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.
- Sync
Waker ๐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.