Expand description

Collection of the main types required to work with messages crate.

Re-exports

pub use crate::actor::Actor;
pub use crate::actor::ActorAction;
pub use crate::address::Address;
pub use crate::context::Context;
pub use crate::errors::SendError;
pub use crate::handler::Handler;
pub use crate::handler::Notifiable;
pub use crate::registry::Service;
pub use crate::registry::Registry;
pub use crate::actor::RuntimeActorExt;
runtime-tokio or runtime-async-std
pub use crate::handler::Coroutine;
runtime-tokio or runtime-async-std

Structs

JoinHandleruntime-tokio or runtime-async-std

Re-export of JoinHandle of chosen runtime. An owned permission to join on a task (await its termination).

Attribute Macros

Convenience re-export of async_trait proc-macro.