Skip to content

Releases: ianlopshire/go-async

go-async v1.0.0

11 Feb 23:15
Compare
Choose a tag to compare

What's Changed

  • Added a generic Future implementation
  • Renamed and reworked Future into Latch as Latch better describes the behavior of the primitive
  • Removed ErrFuture and ValueFuture

Full Changelog: v0.2.1...v1.0.0

async v0.1.0

15 Jul 18:48
Compare
Choose a tag to compare

Initial release

  • Future primitive that guards data that may be available in the future