seal_rs 0.3.1

Set of classic asynchronous primitives (Actors, Executors, Futures / Promises)
Documentation
1
2
3
//! Code, which shows how to use this library
pub mod basic;
pub mod logger;