evno 1.0.2

A high-performance event bus for asynchronous tasks and event-driven systems.
Documentation
1
2
3
pub trait Event: Send + Sync + 'static {}

impl<T: Send + Sync + 'static> Event for T {}