Updated documentation of Actors Scala. See #1435

This commit is contained in:
Patrik Nordwall 2011-12-06 16:49:39 +01:00
parent 56dc18106b
commit 5cee76820e
7 changed files with 346 additions and 246 deletions

View file

@ -223,7 +223,7 @@ abstract class MessageDispatcher(val prerequisites: DispatcherPrerequisites) ext
/**
* When the dispatcher no longer has any actors registered, how long will it wait until it shuts itself down,
* defaulting to your akka configs "akka.actor.dispatcher-shutdown-timeout" or default specified in
* akka-actor-reference.conf
* reference.conf
*/
protected[akka] def shutdownTimeout: Duration