Re-exports§
pub use crate::system::ActorSystem;
pub use crate::system::SystemBuilder;
pub use crate::system::SystemEvent;
pub use crate::system::SystemMsg;
pub use crate::actor::*;
Modules§
Structs§
- Actor
Ref - A lightweight, typed reference to interact with its underlying actor instance through concurrent messaging.
- AnyMessage
- Basic
Actor Ref - A lightweight, un-typed reference to interact with its underlying actor instance through concurrent messaging.
- Envelope
- Wraps message and sender
Traits§
- Actor
RefFactory - Produces
ActorRef
s.actor_of
blocks on the current thread until the actor has successfully started or failed to start. - Actor
Reference - Message
- Tell
- TmpActor
RefFactory - Produces
ActorRef
s under thetemp
guardian actor.