orengine 0.7.0-alpha.1

Optimized ring engine for Rust. It is a lighter and faster asynchronous library than tokio-rs, async-std, may, and even smol.
Documentation
1
2
3
4
5
6
7
8
9
pub mod async_trait;
pub mod local;
pub mod lock_status;
pub mod naive_shared;

pub use async_trait::*;
pub use local::*;
pub use lock_status::*;
pub use naive_shared::*;