Hey! Listen!
Hey_listen is a collection of event-dispatchers aiming to suit all needs!
Currently covering:
- Synchronous dispatcher
- Priority dispatcher
- Threadpool dispatcher
Whenever applicable, dispatchers have an Rc and Arc variant.
View the examples-folder on how to use each dispatcher.
Everyone is welcome to contribute, check out the CONTRIBUTING.md for further guidance.
Example
Here is a quick example on how to use the event-dispatcher:
use ;
use Arc;
Installation
Add this to your Cargo.toml:
[]
= "0.3"