Module asynch

Source
Expand description

async related

#[no_std] compatible.

Structs§

InfallibleOneshotReceiver
A oneshot receiver channel that doesn’t return an Error.

Functions§

rayon_spawn_async
Spawns a task for the rayon thread pool and awaits the result without blocking the async runtime.