Module tokio_rayon

Source
Expand description

Tokio-Rayon integration to spawn compute tasks in async contexts.

Structs§

TokioRayonJoinHandle

Functions§

spawn_compute
Spawns a compute intensive task on the rayon global threadpool and returns a future that can be awaited without blocking the async task.