- Single Channel Multi-Producer (SPMC) architecture
- Tad bit faster than MPMC (thanks to crossbeam-channel!)
- Senders and Receivers can be cloned and shared among threads.
- Simple and intuitive API for sending and receiving notifications
- Asynchronous notification broadcasting between threads
- Support tracing for debugs