tokio
1.41.1
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.