Making dispatcher in ActorRefFactory public and implicit, by request from Matthias Doenitz (spray.cc)

This commit is contained in:
Viktor Klang 2012-05-28 17:13:57 +02:00
parent 2e8d6a8458
commit 41cd0fcf45

View file

@ -163,9 +163,9 @@ trait ActorRefFactory {
*/
protected def provider: ActorRefProvider
/**
* INTERNAL USE ONLY
* Returns the default MessageDispatcher used by this ActorRefFactory
*/
protected def dispatcher: MessageDispatcher
implicit def dispatcher: MessageDispatcher
/**
* Father of all children created by this interface.