tokio-rayon
Mix async code with CPU-heavy thread pools using Tokio + Rayon
2.1.0
11M downloads/mo
#2950 most downloaded on crates.io
andybarron/tokio-rayon
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
4 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Apr 2021 to Apr 2021
2022
2023
2024
2025
2026
Releases
latest 4-
2.1.005 Apr 2021 -
2.0.004 Apr 2021Release notes
Open source →- Use
std::panicto propagate panics from the thread pool into the async context, rather than triggering the Rayon panic handler. - Add
AsyncRayonHandletype that implementsFuture, which makes theasync-traitcrate unnecessary. - Bypass Tokio
RecvError. We control theSender, so it should never be dropped too early. - Remove
preludemodule. - Seal
AsyncThreadPooltrait.
- Use
-
1.0.002 Apr 2021 -
0.1.002 Apr 2021