v0.2.5
Changelog
β¨ Highlights
- Introducing Annotated WaitGroup, a helper wrapper class around the standard go WaitGroup synchronisation primitive to aid in debugging concurrency issues.
π Features
- cc3a7ba: feat(async): add annotated wait group (#35) (@plastikfan)
π Bug fixes
- e93dfcb: fix(async): correct wait group interface definitions (#42) (@plastikfan)
π₯ Others
- e099daa: Bump version to v0.2.5 (@plastikfan)
- bac0443: ref(async): tidy up annotated wait group (#40) (@plastikfan)
- 653e58b: ref(async): use annotated work group (#37) (@plastikfan)