Files
zig/lib
Matthew Lugg 2046e0f4be std.Io.Threaded: fix group closure leak
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.
2025-12-22 12:47:38 +00:00
..
2025-11-22 22:42:38 +00:00
2025-12-21 03:54:17 +01:00
2025-11-12 16:00:16 +00:00
2025-11-22 22:42:38 +00:00