mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
2046e0f4be
More tasks could be added to the group at any time before it completes, so it's not valid to look at the `token` passed in here. There's also a related bug in `Threaded`, which is that tasks spawned in a group after it is canceled will not observe that cancelation, but that is a more complex bug which needs some deeper design changes.