Skip to content

Releases: huaiyann/congroup

add error unwrap support

25 Oct 11:28
Compare
Choose a tag to compare

error returned by Wait() can by unwrapped by errors.Is and errors.As to the real error return by handler func

v2.0.1

11 Apr 11:13
b27b6fb
Compare
Choose a tag to compare
  1. gather the tracings toghter
  2. support label when adding handlers, for distinguish the tracings

v2.0.0

05 Feb 08:50
1d191ce
Compare
Choose a tag to compare
  • 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

01 Mar 12:36
decb4ad
Compare
Choose a tag to compare

Async feature without context control.
Adding and waiting functions on the base of sync.WaitGroup.
Keeping safe in case of an async panic.