Send a message to the Actor
Asynchronous message send.
Asynchronous message send.
Compatible with Scala actors' !? method, sends the given message to
this actor and waits up to timeout for a reply, returning Empty or
Failure if no reply is received by then.
Compatible with Scala actors' !? method, sends the given message to
this actor and waits infinitely for a reply.
An Actor that can receive messsages of type
Tand return responses of typeR.