mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-22 08:31:47 -04:00
03fd132b1c
Previously if a Group.wait was canceled, then a subsequent call to wait() or cancel() would trip an assertion in the synchronization code.