Module notify

Source
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 type T from multiple producers to a single consumer.