Skip to content

v0.23.3

Compare
Choose a tag to compare
@earthboundkid earthboundkid released this 04 Aug 18:38
· 4 commits to main since this release

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