1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 15:19:40 -05:00
denoland-deno/ext
Aaron O'Mullan 375ce63c63
feat(core): streams (#12596)
This allows resources to be "streams" by implementing read/write/shutdown. These streams are implicit since their nature (read/write/duplex) isn't known until called, but we could easily add another method to explicitly tag resources as streams.

`op_read/op_write/op_shutdown` are now builtin ops provided by `deno_core`

Note: this current implementation is simple & straightforward but it results in an additional alloc per read/write call

Closes #12556
2021-11-09 19:26:17 +01:00
..
broadcast_channel chore: bump crate versions for 1.16.0 (#12706) 2021-11-09 13:03:17 +01:00
console chore: bump crate versions for 1.16.0 (#12706) 2021-11-09 13:03:17 +01:00
crypto chore: bump crate versions for 1.16.0 (#12706) 2021-11-09 13:03:17 +01:00
fetch feat(core): streams (#12596) 2021-11-09 19:26:17 +01:00
ffi chore: bump crate versions for 1.16.0 (#12706) 2021-11-09 13:03:17 +01:00
http chore: bump crate versions for 1.16.0 (#12706) 2021-11-09 13:03:17 +01:00
net feat(core): streams (#12596) 2021-11-09 19:26:17 +01:00
timers chore: bump crate versions for 1.16.0 (#12706) 2021-11-09 13:03:17 +01:00
tls chore: bump crate versions for 1.16.0 (#12706) 2021-11-09 13:03:17 +01:00
url chore: bump crate versions for 1.16.0 (#12706) 2021-11-09 13:03:17 +01:00
web chore: bump crate versions for 1.16.0 (#12706) 2021-11-09 13:03:17 +01:00
webgpu chore: bump crate versions for 1.16.0 (#12706) 2021-11-09 13:03:17 +01:00
webidl chore: bump crate versions for 1.16.0 (#12706) 2021-11-09 13:03:17 +01:00
websocket chore: bump crate versions for 1.16.0 (#12706) 2021-11-09 13:03:17 +01:00
webstorage chore: bump crate versions for 1.16.0 (#12706) 2021-11-09 13:03:17 +01:00