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;
runtime-tokio
orruntime-async-std
pub use crate::registry::Registry;
runtime-tokio
orruntime-async-std
pub use crate::actor::RuntimeActorExt;
runtime-tokio
orruntime-async-std
pub use crate::handler::Coroutine;
runtime-tokio
orruntime-async-std
Structs§
- Join
Handle runtime-tokio
orruntime-async-std
- Re-export of
JoinHandle
of chosen runtime. An owned permission to join on a task (await its termination).
Attribute Macros§
- async_
trait - Convenience re-export of
async_trait
proc-macro.