Expand description
Tokio-Rayon integration to spawn compute tasks in async contexts.
Structs§
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.