Module waker

Source
๐Ÿ”ฌThis is a nightly-only experimental API. (mpmc_channel #126840)
Expand description

Waking mechanism for threads blocked on channel operations.

Structsยง

Entry ๐Ÿ”’ Experimental
Represents a thread blocked on a specific channel operation.
SyncWaker ๐Ÿ”’ Experimental
A waker that can be shared among threads without locking.
Waker ๐Ÿ”’ Experimental
A queue of threads blocked on channel operations.

Functionsยง

current_thread_idExperimental
Returns a unique id for the current thread.