Files
zig/lib
Andrew Kelley ab1268efc3 std.Io.Threaded: fix bad use of AlertableSyscall
The defer would cause two problems:
1. keeping the state active during call to NtCancelIoFile
2. invalid state transition. after canceled is returned from
   checkCancel, new status is already canceled. calling finish after
   that is illegal.
2026-01-30 12:10:01 -08:00
..
2025-11-22 22:42:38 +00:00