deno/ext/io
Matt Mastracci d722de886b
fix(io): create_named_pipe parallelism (#22597)
Investigating https://github.com/denoland/deno/issues/22574

Unable to reproduce with a unit test, but assuming that it's a name
collision or create pipe/open pipe race, and adding some additional
diagnostics.
2024-02-26 21:21:14 -07:00
..
12_io.js feat(fs): Deno.FsFile.{isTerminal,setRaw}() (#22234) 2024-02-18 07:27:44 -07:00
Cargo.toml fix(io): create_named_pipe parallelism (#22597) 2024-02-26 21:21:14 -07:00
fs.rs
lib.rs refactor(cli): clean up test runner channels (#22422) 2024-02-23 11:11:15 -07:00
pipe.rs refactor(cli): clean up test runner channels (#22422) 2024-02-23 11:11:15 -07:00
README.md
winpipe.rs fix(io): create_named_pipe parallelism (#22597) 2024-02-26 21:21:14 -07:00

deno_io

This crate provides IO primitives for other Deno extensions, this includes stdio streams and abstraction over File System files.