Module zappot::util::tokio_rayon

source ·
Expand description

Tokio + Rayon compatibility

This implementation is adapted from https://github.com/andybarron/tokio-rayon

Structs§

  • Async handle for a blocking task running in a Rayon thread pool.

Traits§

Functions§

  • Spawn a compute intensive function into the global rayon threadpool.