Expand description
Waking mechanism for threads blocked on channel operations.
Structs§
- Entry 🔒Represents a thread blocked on a specific channel operation.
- A waker that can be shared among threads without locking.
- Waker 🔒A queue of threads blocked on channel operations.
Functions§
- Returns the id of the current thread.