Crate async_notify

Crate async_notify 

Source
Expand description

A general version async Notify, like tokio Notify but can work with any async runtime.

Structsยง

Notify
Notify a single task to wake up.
NotifyStream
A Stream Notify wrapper