pekko/akka-core/src/main/scala/dispatch
2010-08-21 15:36:50 +02:00
..
AbstractReactorBasedEventDrivenDispatcher.scala Fixed bug in using STM together with Active Objects 2010-07-18 07:13:43 +02:00
Dispatchers.scala Added mailboxCapacity to Dispatchers API + documented config better 2010-08-21 15:36:50 +02:00
ExecutorBasedEventDrivenDispatcher.scala Added mailboxCapacity to Dispatchers API + documented config better 2010-08-21 15:36:50 +02:00
ExecutorBasedEventDrivenWorkStealingDispatcher.scala Added mailboxCapacity to Dispatchers API + documented config better 2010-08-21 15:36:50 +02:00
Future.scala Introduced uniquely identifiable, loggable base exception: AkkaException and made use of it throught the project 2010-08-19 07:01:09 +02:00
HawtDispatcher.scala removed trailing whitespace 2010-07-29 17:29:51 +02:00
MessageHandling.scala decoupled the mailbox implementation from the actor. The implementation is now controled by dispatcher associated with the actor. 2010-07-21 15:17:46 -04:00
ReactorBasedSingleThreadEventDrivenDispatcher.scala removed trailing whitespace 2010-07-29 17:29:51 +02:00
ReactorBasedThreadPoolEventDrivenDispatcher.scala decoupled the mailbox implementation from the actor. The implementation is now controled by dispatcher associated with the actor. 2010-07-21 15:17:46 -04:00
ThreadBasedDispatcher.scala Added mailboxCapacity to Dispatchers API + documented config better 2010-08-21 15:36:50 +02:00
ThreadPoolBuilder.scala Added option to use a blocking mailbox with custom capacity 2010-08-21 10:45:00 +02:00