Releases: ianlopshire/go-async
Releases · ianlopshire/go-async
go-async v1.0.0
What's Changed
- Added a generic
Future
implementation - Renamed and reworked
Future
intoLatch
asLatch
better describes the behavior of the primitive - Removed
ErrFuture
andValueFuture
Full Changelog: v0.2.1...v1.0.0
async v0.1.0
Initial release
Future
primitive that guards data that may be available in the future