Removing ActorRef.isDefinedAt and Future.empty and moving Future.channel to Promise, renaming future to promise for the channel
This commit is contained in:
parent
07eaf0ba48
commit
f9d0b188af
8 changed files with 29 additions and 96 deletions
|
|
@ -24,11 +24,6 @@ class TestActorRef[T <: Actor](factory: () ⇒ T, address: String) extends Local
|
|||
dispatcher = CallingThreadDispatcher.global
|
||||
receiveTimeout = None
|
||||
|
||||
/**
|
||||
* Query actor's current receive behavior.
|
||||
*/
|
||||
override def isDefinedAt(o: Any) = actor.isDefinedAt(o)
|
||||
|
||||
/**
|
||||
* Directly inject messages into actor receive behavior. Any exceptions
|
||||
* thrown will be available to you, while still being able to use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue