Skip to content

v0.1.0

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