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ยง
- Spawn
Blocking  - Executes code on a blocking thread.
 
Spawns a blocking task. CPU heavy tasks are executed with the rayon library. IO heavy tasks
are executed on the tokio runtime.