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ยง
- current_thread_id ๐Returns the id of the current thread.