Expand description
Allows async listening in a mpsc style.
Structsยง
- Notify
- The
Notify
struct encapsulates asynchronous, multi-producer, single-consumer (MPSC) channel functionality. It is used to send notifications of typeT
from multiple producers to a single consumer.