Removing ActorRef.isDefinedAt and Future.empty and moving Future.channel to Promise, renaming future to promise for the channel

This commit is contained in:
Viktor Klang 2011-06-04 12:42:06 -07:00
parent 07eaf0ba48
commit f9d0b188af
8 changed files with 29 additions and 96 deletions

View file

@ -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