Crate asyncs_sync

Source
Expand description

Utilities to synchronize among asynchronous tasks

Modules§

watch
Channel to publish and subscribe values.

Structs§

Notified
Future created from Notify::notified().
Notify
Notifies one task or all attached tasks to wakeup.