Rebased from master
This commit is contained in:
parent
b041329b98
commit
2e7c76dd98
22 changed files with 69 additions and 793 deletions
|
|
@ -13,7 +13,7 @@ import akka.event.EventHandler
|
|||
* @author Roland Kuhn
|
||||
* @since 1.1
|
||||
*/
|
||||
class TestActorRef[T <: Actor](factory: () => T) extends LocalActorRef(factory, None) {
|
||||
class TestActorRef[T <: Actor](factory: () => T) extends LocalActorRef(factory) {
|
||||
|
||||
dispatcher = CallingThreadDispatcher.global
|
||||
receiveTimeout = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue