1 unstable release
0.1.0 | May 15, 2020 |
---|
#26 in #subscribe
7KB
127 lines
Event Bus
An event system written in Rust written with thread-safety in mind.
- Dispatch custom events to buses.
- Subscribe to receive events from a bus.
- Can use priority to order event subscribers.
- Events can be cancelled or modified.
Dependencies
~97KB