Module park
tokio
1.44.1
Module park
Module Items
Structs
Constants
Functions
In tokio::
runtime
Modules
blocking
builder
config
context
driver
handle
io
metrics
park
runtime
scheduler
task
task_hooks
thread_id
time
Structs
Builder
EnterGuard
Handle
Runtime
RuntimeMetrics
TryCurrentError
Enums
RuntimeFlavor
Constants
BOX_FUTURE_THRESHOLD
Type Aliases
Callback
tokio
::
runtime
Module
park
Copy item path
Settings
Help
Summary
Source
Structs
§
Cached
Park
Thread
🔒
Blocks the current thread using a condition variable.
Inner
🔒
Park
Thread
🔒
Unpark
Thread
🔒
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
🔒
⚠