tokio
1.44.1
In tokio::
runtime::
scheduler::
multi_
thread::
worker
Modules
metrics
taskdump_mock
Structs
Context
Core
InjectGuard
Launch
Remote
Shared
Synced
Worker
Constants
MAX_LIFO_POLLS_PER_TICK
Functions
block_in_place
create
run
with_current
Type Aliases
Notified
RunResult
Task
tokio
::
runtime
::
scheduler
::
multi_thread
::
worker
Function
with_current
Copy item path
Settings
Help
Summary
Source
fn with_current<R>(f: impl
FnOnce
(
Option
<&
Context
>) -> R) -> R