tokio-rayon
Mix async code with CPU-heavy thread pools using Tokio + Rayon
API documentation
TL;DR
Sometimes, you're doing async stuff, and you also need to do CPU-heavy stuff. This library will help!
let nft = spawn_async.await?;
assert_eq!;
Mix async code with CPU-heavy thread pools using Tokio + Rayon
Sometimes, you're doing async stuff, and you also need to do CPU-heavy stuff. This library will help!
let nft = spawn_async.await?;
assert_eq!;