Module std::sync::mpmc::waker

source ·
Expand description

Waking mechanism for threads blocked on channel operations.

Structs

  • Entry 🔒
    Represents a thread blocked on a specific channel operation.
  • SyncWaker 🔒
    A waker that can be shared among threads without locking.
  • Waker 🔒
    A queue of threads blocked on channel operations.

Functions