eventuary-core 0.1.0

Core event model and async IO traits for eventuary
Documentation
1
2
3
4
5
pub mod batched;
pub mod spawned;

pub use batched::BatchedStream;
pub use spawned::SpawnedStream;