Module crossbeam_channel::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ยง