zig/lib/std/Io/File
Andrew Kelley 922ab8b8bc std: finish moving time to Io interface
Importantly, adds ability to get Clock resolution, which may be zero.
This allows error.Unexpected and error.ClockUnsupported to be removed
from timeout and clock reading error sets.
2026-02-02 23:02:31 -08:00
..
Atomic.zig std.Io.Threaded: add procfs fallback for fileHardLink 2026-01-07 11:03:37 -08:00
MemoryMap.zig compiler: use Io.MemoryMap 2026-01-22 21:25:53 -08:00
MultiReader.zig std: finish moving time to Io interface 2026-02-02 23:02:31 -08:00
Reader.zig std: remove error.BrokenPipe from file reads, add error.EndOfStream 2026-01-30 22:03:14 -08:00
Writer.zig std.Io: move fileWriteStreaming to Operation 2026-01-31 22:53:28 -08:00