Available on crate feature worker only.
Expand description

Module with most used items

Re-exports

pub use super::Actor;
pub use super::Addr;
pub use super::AlwaysAddr;
pub use super::Context;
pub use super::ContextHandler;
pub use super::Handler;
pub use super::Message;
pub use super::Recipient;
pub use super::Worker;
pub use super::WorkerStatus;

Structs

Represents a monitor for multiple instances of Recipient to Worker.

Represents a message emitted by worker

Enums

Represents events produced from a Worker Instance

Traits

Represents behaviour for listening to workers events via Monitor