Re-exports§
pub use blocking_tasks::SpawnBlocking;
Modules§
- blocking_
tasks - Spawns a blocking task. CPU heavy tasks are executed with the
rayon
library. IO heavy tasks are executed on thetokio
runtime.
pub use blocking_tasks::SpawnBlocking;
rayon
library. IO heavy tasks are executed on the tokio
runtime.