Releases: huaiyann/congroup
Releases · huaiyann/congroup
add error unwrap support
error returned by Wait() can by unwrapped by errors.Is and errors.As to the real error return by handler func
v2.0.1
- gather the tracings toghter
- support label when adding handlers, for distinguish the tracings
v2.0.0
- support max concurrency control
- support context control
- all panics will be cached and re-paniced together with each other's stack
- all errors will be grouped and returned together with each other's from info
v1.0.0
Async feature without context control.
Adding and waiting functions on the base of sync.WaitGroup.
Keeping safe in case of an async panic.