Module blocking_task

Module blocking_task 

Source
Available on crate feature rpc only.
Expand description

Spawns a blocking task. CPU heavy tasks are executed with the rayon library. IO heavy tasks are executed on the tokio runtime.

Traitsยง

SpawnBlocking
Helpers for spawning blocking operations.