std.Io.Threaded: implement and cleanup windows codepaths

This commit is contained in:
Jacob Young
2026-01-30 13:07:41 -05:00
parent fce7878a91
commit ffc6da29e3
15 changed files with 919 additions and 1044 deletions
+1
View File
@@ -1498,6 +1498,7 @@ fn generateLangRef(b: *std.Build) std.Build.LazyPath {
defer dir.close(io);
var wf = b.addWriteFiles();
b.step("test-docs", "Test code snippets from the docs").dependOn(&wf.step);
var it = dir.iterateAssumeFirstIteration();
while (it.next(io) catch @panic("failed to read dir")) |entry| {