sealrs 0.13.2

Set of classic asynchronous primitives (Actors, Executors, Futures / Promises)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Code, which shows how to use this library
pub mod basic;
pub mod logger;
pub mod timers;
pub mod watch;
pub mod ask;
pub mod pinned;
pub mod custom_dispatcher;
pub mod dispatcher_promise;
pub mod stash;
pub mod fsm;
pub mod supervision;
pub mod remote;