Releases: DarthBenro008/thread-broadcaster
Releases · DarthBenro008/thread-broadcaster
v0.1.0
- 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