Skip to content

Releases: tejzpr/ordered-concurrently

v3.0.1

16 Sep 16:45
ce04810
Compare
Choose a tag to compare

What's Changed

  • Changed license to BSD 3 Clause for the software to be compatible with GPL 2

Full Changelog: v3.0.0...v3.0.1

v3.0.0

22 Nov 21:51
d0ecbec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v3.0.0

v2.0.0

14 Mar 17:11
Compare
Choose a tag to compare

Update

  1. Added OrderedOutput.Remaining() for getting remaining items.
  2. Update Readme, added examples
  3. Added more test cases
  4. Workfunction interface
  5. Removed unnecessary abstractions
  6. Fixed memory issues for large inputs.
  7. Many smaller optimizations

Thanks to @mh-cbon for his suggestions for improving the module.

v1.0.12

13 Mar 00:00
Compare
Choose a tag to compare

Update

Fix potential deadlocks a8addfe

v1.0.11

12 Mar 16:58
Compare
Choose a tag to compare

Update
Added new test cases to address Issue
Added Example without workgroup thanks to @mh-cbon

v1.0.10

12 Mar 05:14
Compare
Choose a tag to compare

Update

Fix deadlock in example and tests
Update Readme

v1.0.9

12 Mar 04:48
Compare
Choose a tag to compare

Update

Fix deadlock in example and tests

v1.0.8

11 Mar 05:33
Compare
Choose a tag to compare

Update

Added support for specifying Out Channel Buffer Size.

v1.0.7

11 Mar 04:58
Compare
Choose a tag to compare

Update

Fix: Race condition when Pool size is very large

v1.0.6

11 Mar 00:01
Compare
Choose a tag to compare

Update
Readme examples