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
ActorRefs.actor_ofblocks on the current thread until the actor has successfully started or failed to start. - Actor
Reference - Message
- Tell
- TmpActor
RefFactory - Produces
ActorRefs under thetempguardian actor.