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
pub mod executor;
pub mod id;
pub mod task;
pub mod timer;

pub use executor::*;
pub use id::*;
pub use task::*;
pub use timer::*;