dpc / pariter

Parallel iterator processing library for Rust
https://docs.rs/dpc-pariter
101 stars 3 forks source link

Use scoped threads from stdlib (when available) #4

Open dpc opened 2 years ago

dpc commented 2 years ago

https://github.com/rust-lang/rfcs/pull/3151 was accepted and merged.

Hopefully implementation will follow soon.