Files
zig/lib/std/os/windows
Andrew Kelley b470800265 std.Io.Threaded: avoid extra fields of Thread
As mlugg pointed out those race when a thread finishes an operation just
after it is canceled and then that thread to picks up another task,
resulting in these fields being potentially overwritten.

This updates fileReadStreaming on Windows to handle being alerted, and
then manage its own cancelation of the file I/O.
2026-01-30 12:10:01 -08:00
..
2026-01-29 18:40:55 -08:00
2026-01-04 00:27:08 -08:00