epicenter 0.1.0

Simple synchronous and asynchronous event dispatcher for Rust
Documentation
1
2
3
4
#[cfg(feature = "async")]
pub mod r#async;
pub mod null;
pub mod sync;