nexus-acto-rs 0.4.2

A Rust crate for Actors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod directive;
pub mod exponential_backoff_strategy;
mod exponential_backoff_strategy_test;
pub mod strategy_all_for_one;
pub mod strategy_one_for_one;
mod strategy_one_for_one_test;
pub mod strategy_restarting;
pub mod supervision_event;
mod supervision_event_test;
mod supervision_test;
pub mod supervisor_strategy;
pub mod supervisor_strategy_handle;