Releases: ghosind/go-async
Releases · ghosind/go-async
v1.0.1
v1.0.0
v0.5.2
v0.5.1
v0.5.0
v0.4.0
v0.3.0
PLEASE ATTENTION: This version is not compatible with the old versions.
Breaking Changes
AsyncFn
allows to customize the parameters list and return values list.- Refactor utility functions' signature to return the outputs of the handler functions.
New Features
- Add
ExecutionError
to wrap errors. - Add
Forever
function.