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
Bartek Iwańczuk bd7a6bb016
chore: forward v1.38.5 release commit to main (#21472)
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
2023-12-06 00:53:16 +00:00
..
12_io.js fix(ext/node): handle closing process.stdin more than once (#21267) 2023-11-20 18:57:18 +05:30
Cargo.toml chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
fs.rs chore: deno_core -> 0.201.0 (#20135) 2023-08-12 19:04:45 +00:00
lib.rs refactor: use TaskQueue from deno_unsync (#20485) 2023-09-13 23:36:24 -04:00
README.md refactor(runtime): factor out deno_io extension crate (#18001) 2023-03-05 00:39:48 +00:00

deno_io

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