Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Nov 15:36
· 6 commits to master since this release

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)