- Reimplement using 100% safe code. (#11)
- Add
Parallel::collect()
andParallel::finish_in()
to allow for generic containers. (#9)
- Remove
T: Default
bound fromDefault
impl.
- Add
Parallel::finish()
.
- Collect results in the same order closures were added.
- Remove
PhantomData
making'a
invariant.
- Run one of the closures on the main thread.
Parallel::run()
now collects results.
- Remove unused
mut
.
- Initial version