Files
zig/lib/std/Io
Andrew Kelley bb3f56d5d5 std.Io.Threaded: separate out ECANCELED handling again
If ECANCELED occurs, it's from pthread_cancel which will *permanently*
set that thread to be in a "canceling" state, which means the cancel
cannot be ignored. That means it cannot be retried, like EINTR. It must
be acknowledged.
2025-12-01 19:17:52 -08:00
..
2025-10-29 06:20:52 -07:00
2025-11-22 22:42:38 +00:00
2025-11-24 14:33:16 -08:00
2025-11-22 22:42:38 +00:00