mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-06 18:03:17 +03: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.