Skip to content

Releases: tejzpr/ordered-concurrently

v3.0.1

Choose a tag to compare

@tejzpr tejzpr released this 16 Sep 16:45
ce04810

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

Choose a tag to compare

@tejzpr tejzpr released this 22 Nov 21:51
d0ecbec

What's Changed

New Contributors

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

v2.0.0

Choose a tag to compare

@tejzpr tejzpr released this 14 Mar 17:11

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

Choose a tag to compare

@tejzpr tejzpr released this 13 Mar 00:00

Update

Fix potential deadlocks a8addfe

v1.0.11

Choose a tag to compare

@tejzpr tejzpr released this 12 Mar 16:58

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

v1.0.10

Choose a tag to compare

@tejzpr tejzpr released this 12 Mar 05:14

Update

Fix deadlock in example and tests
Update Readme

v1.0.9

Choose a tag to compare

@tejzpr tejzpr released this 12 Mar 04:48

Update

Fix deadlock in example and tests

v1.0.8

Choose a tag to compare

@tejzpr tejzpr released this 11 Mar 05:33

Update

Added support for specifying Out Channel Buffer Size.

v1.0.7

Choose a tag to compare

@tejzpr tejzpr released this 11 Mar 04:58

Update

Fix: Race condition when Pool size is very large

v1.0.6

Choose a tag to compare

@tejzpr tejzpr released this 11 Mar 00:01

Update
Readme examples