Crate ascolt

Crate ascolt 

Source

Re-exports§

pub use handler::AskHandlerTrait;
pub use handler::TellHandlerTrait;
pub use messaging::bounded_channel;
pub use messaging::unbounded_channel;
pub use supervision::ActorTrait;
pub use supervision::CommandMessage;
pub use supervision::run;

Modules§

error
handler
macros
messaging
supervision

Macros§

match_messages

Attribute Macros§

ask_handler
tell_handler

Derive Macros§

Actor