Releases: DexM/Go
Releases · DexM/Go
dexm.lol/async@v0.0.2
Improvements:
- Panics in goroutine are handled and reported as errors
- Improved documentation, more examples and tests
Changes:
async.Execute[T]
now returnsasync.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
Initial release of Go module dexm.lol/async@v0.0.1