Skip to content

dexm.lol/async@v0.0.2

Latest
Compare
Choose a tag to compare
@DexM DexM released this 29 May 17:35
· 11 commits to main since this release
async/v0.0.2
3ec60a0

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