aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Io/Kqueue.zig
AgeCommit message (Expand)Author
2025-10-29std.Io: fix Group.wait unsoundnessAndrew Kelley
2025-10-29std.Io.Threaded: implement dirMakeOpenPath for WASIAndrew Kelley
2025-10-29std.Io: adjust concurrent error setAndrew Kelley
2025-10-29std.Io.Kqueue: implement wait queue per fdAndrew Kelley
2025-10-29std.Io.Kqueue: add missing Thread deinit logicAndrew Kelley
2025-10-29std.Io.Kqueue: implement EAGAIN logic for netReadAndrew Kelley
2025-10-29std.Io.Kqueue: implement netReadAndrew Kelley
2025-10-29std.Io.Kqueue: implement netConnectAndrew Kelley
2025-10-29std.Io.Kqueue: implement netSendAndrew Kelley
2025-10-29concurrent and awaitAndrew Kelley
2025-10-29one kqueue per threadAndrew Kelley
2025-10-29add bindAndrew Kelley
2025-10-29std.Io: add Kqueue implementationAndrew Kelley