Skip to content

Releases: smol-rs/easy-parallel

v3.3.1

25 Sep 17:21
c5a8fab
Compare
Choose a tag to compare
  • Reimplement using 100% safe code. (#11)

v3.3.0

07 Apr 19:06
f17bf33
Compare
Choose a tag to compare
  • Add Parallel::collect() and Parallel::finish_in() to allow for generic containers. (#9)

v3.2.0

30 Dec 03:52
Compare
Choose a tag to compare
  • Remove T: Default bound from Default impl.