eventador 0.0.6

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

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