[−][src]Crate actors_rs
Re-exports
pub use crate::actor::*; |
pub use crate::system::ActorSystem; |
pub use crate::system::SystemBuilder; |
pub use crate::system::SystemEvent; |
pub use crate::system::SystemMsg; |
Modules
actor | |
kernel | |
system |
Structs
ActorRef | A lightweight, typed reference to interact with its underlying actor instance through concurrent messaging. |
AnyMessage | |
BasicActorRef | A lightweight, un-typed reference to interact with its underlying actor instance through concurrent messaging. |
Envelope | Wraps message and sender |
Traits
ActorRefFactory | Produces |
ActorReference | |
Message | |
Tell | |
TmpActorRefFactory | Produces |
Functions
load_config |
Type Definitions
BoxedTell | |
Sender |