rayon-rs / rayon

Rayon: A data parallelism library for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: par_enumerate()

eliasjonsson023 opened this issue · comments

Will there, by any chance, be a par_enumerate() in the future?

Isn't IndexedParallelIterator::enumerate what you need? Or is your initial parallel iterator not indexed?

Of course, you are right. I close this issue now.

not needed