Structsยง
- CachedParkThread ๐Blocks the current thread using a condition variable.
- Inner ๐
- ParkThread ๐
- UnparkThread ๐Unblocks a thread that was blocked by
ParkThread
.
Constantsยง
- CURRENT_PARKER ๐
- EMPTY ๐
- NOTIFIED ๐
- PARKED ๐
Functionsยง
- clone ๐ โ
- drop_waker ๐ โ
- unparker_to_raw_waker ๐ โ
- wake ๐ โ
- wake_by_ref ๐ โ