Skip to content

Releases: DexM/Go

dexm.lol/async@v0.0.2

29 May 17:35
async/v0.0.2
3ec60a0
Compare
Choose a tag to compare

Improvements:

  • Panics in goroutine are handled and reported as errors
  • Improved documentation, more examples and tests

Changes:

  • async.Execute[T] now returns async.Promise[T] type instead of anonymous type.
  • No more enforcement of promise returning strictly either result or error, it is now possible to return both at the same time

dexm.lol/async@v0.0.1

16 May 22:39
async/v0.0.1
b92b339
Compare
Choose a tag to compare

Initial release of Go module dexm.lol/async@v0.0.1