ActorRef

Trait ActorRef 

Source
pub trait ActorRef<A: Actor> { }
Expand description

§ActorRef

This trait provides methods for actors to communicate with and control each other.

Implementors§