eventador 0.0.9

lock-free sync and async pub/sub event-bus based on the LMAX disruptor pattern
Documentation
1
2
3
4
5
pub(crate) mod publisher;
pub(crate) mod subscriber;

pub use publisher::{AsyncPublisher, PublishError};
pub use subscriber::AsyncSubscriber;