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.