Skip to content

Releases: negrel/conc

v0.5.0

04 Mar 21:22
Compare
Choose a tag to compare

This release fix a few bugs and race conditions and improves library design decision and test coverage (thanks @sam-fredrickson for 100% test coverage).

A new function IsDone is added to check whether a context.Context is done.

Function Map2InPlace was removed as it isn't possible to implement it in a safe and efficient way. MapInPlace is a better option.

Nursery.Go executes function even if context is canceled and doesn't silently skip it anymore. An option to silently skip it may be added in the future. Routines can check for context cancellation at startup to mimic old behavior.

v0.4.0

25 Feb 20:24
Compare
Choose a tag to compare
update README.md

v0.3.0

15 Feb 18:41
Compare
Choose a tag to compare
fix context options

v0.2.0

15 Feb 18:27
Compare
Choose a tag to compare
add error handling to utils functions

v0.1.0

15 Feb 18:22
Compare
Choose a tag to compare
add few utils functions