Skip to content

Releases: DarthBenro008/thread-broadcaster

v0.1.0

12 Jun 21:03
2ef8b93
Compare
Choose a tag to compare
  • 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