Crate asyncsync

Source
Expand description

Runtime-independent synchronization primitives for asynchronous Rust.

Modules§

local
!Send implementations

Structs§

Notified
A future waiting for a wake-up notification. Notified is returned from Notify::notified.
Notify
Notifies a single task to wake up.