Module tokio::sync::notify

source Β·

Structs§

  • Notification for a Waiter. This struct is equivalent to Option<Notification>, but uses AtomicUsize inside for atomic operations.
  • Future returned from Notify::notified().
  • Notifies a single task to wake up.
  • List used in Notify::notify_waiters. It wraps a guarded linked list and gates the access to it on notify.waiters mutex. It also empties the list on drop.
  • Waiter πŸ”’

Enums§

Constants§

Functions§

Type Aliases§