Release v2.0.0
2.0.0 (2023-11-05)
⚠ BREAKING CHANGES
- This removes AtomicCounter, TaskCounter, and AtomicFlag. And replaces them with WaitGroup. WaitGroup functions very similarly to TaskCounter, but users no longer need to worry about how many "waiting fiber slots" they need. Fibtex is also restructured. It's no longer possible to configure the "lock behavior"
Features
- Restructure how we do sync / waits (8350d60)
Bug Fixes
- ci: Fix release job name (ec3c32c)