yot_run 0.1.2

A work-stealing, multi-threaded async executor with non-blocking scheduling.
Documentation
1
2
3
4
5
6
//! Event-driven I/O reactor.
//!
//! The reactor monitors system events and notifies tasks when they are ready to progress.

pub mod reactor;
pub use reactor::{run_reactor_loop, Reactor};