1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-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 chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
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 refactor(runtime): factor out deno_io extension crate (#18001) 2023-03-05 00:39:48 +00:00
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.