Struct tiny_tokio_actor::ActorRef [−][src]
pub struct ActorRef<E: SystemEvent, A: Actor<E>> { /* fields omitted */ }Expand description
A clonable actor reference. It basically holds a Sender that can send messages to the mailbox (receiver) of the actor.
Implementations
👎 Deprecated since 0.2.3: please use path instead
👎 Deprecated since 0.2.3:
please use path instead
Get the path of this actor
Fire and forget sending of messages to this actor.
Send a message to an actor, expecting a response.
Trait Implementations
Auto Trait Implementations
impl<E, A> !RefUnwindSafe for ActorRef<E, A>
impl<E, A> !UnwindSafe for ActorRef<E, A>
Blanket Implementations
Mutably borrows from an owned value. Read more