Skip to main content

Crate xan_actor

Crate xan_actor 

Source

Re-exports§

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

Modules§

actor
actor_system
prelude
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