lustre-executor 0.2.0

A blazingly fast, minimal async executor with pluggable ID generation and I/O support.
Documentation
1
2
3
4
5
6
7
8
9
//! I/O futures and utilities.

pub mod reactor;
pub mod tcp_listener;
pub mod timer;

pub use reactor::*;
pub use tcp_listener::*;
pub use timer::*;