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