Module 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.