tokio
1.42.0
Module blocking
Functions
In tokio::
task
Module
tokio
::
task
::
blocking
Copy item path
source
·
[
−
]
Functions
§
block_
in_
place
Runs the provided blocking function on the current thread without blocking the executor.
spawn_
blocking
Runs the provided closure on a thread where blocking is acceptable.