Releases: earthboundkid/flowmatic
Releases · earthboundkid/flowmatic
v0.23.4
What's Changed
- Require Go 1.21; remove golang.org/x/exp dependency by @carlmjohnson in #7
Full Changelog: v0.23.3...v0.23.4
v0.23.3
What's Changed
-
README: Link to awesome-go by @carlmjohnson in #6
-
Add All, Race, and Map by @carlmjohnson in #4
- All: Processes tasks with a context that cancels if any task returns an error
- Race: Processes tasks with a context that cancels after the first task succeeds
- Map: Map an input slice to an output slice concurrently
Full Changelog: v0.23.2...v0.23.3