zig/lib/std/Io
Jacob Young c8950b5dd5 EventLoop: fix std.Io.Condition implementation
1. a fiber can't put itself on a queue that allows it to be rescheduled
 2. allow the idle fiber to unlock a mutex held by another fiber by
    ignoring reschedule requests originating from the idle fiber
2025-10-02 16:30:59 -07:00
..
Reader std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
EventLoop.zig EventLoop: fix std.Io.Condition implementation 2025-10-02 16:30:59 -07:00
Reader.zig Reader.defaultReadVec: Workaround bad r.end += r.vtable.stream() behavior 2025-09-20 18:31:38 -07:00
test.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
tty.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
Writer.zig Merge pull request #25302 from ziglang/growCapacity 2025-09-21 04:55:39 -07:00