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
block_in_place
Copy item path
Settings
Help
Summary
Source
pub(crate) fn block_in_place<F, R>(f: F) -> R
where F:
FnOnce
() -> R,