[][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 ActorRefs. actor_of blocks on the current thread until the actor has successfully started or failed to start.

ActorReference
Message
Tell
TmpActorRefFactory

Produces ActorRefs under the temp guardian actor.

Functions

load_config

Type Definitions

BoxedTell
Sender