Crate xan_actor

Crate xan_actor 

Source

Re-exports§

pub use crate::types::JobSpec;
pub use crate::types::Message;
pub use actor::*;
pub use actor_system::*;

Modules§

actor
actor_system
types

Enums§

ActorError
Error type for the Actor system
Blocking
Blocking or Non-blocking
ErrorHandling
Behavior of an actor on error
LifeCycle
Represents the lifecycle of an actor