mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
1ab3691b09
This commit adds a new op_write_all to core that allows writing an entire chunk in a single async op call. Internally this calls `Resource::write_all`. The `writableStreamForRid` has been moved to `06_streams.js` now, and uses this new op. Various other code paths now also use this new op. Closes #16227 |
||
---|---|---|
.. | ||
disable_ops.rs | ||
eval_js_value.rs | ||
fs_module_loader.rs | ||
hello_world.rs | ||
http_bench_json_ops.js | ||
http_bench_json_ops.rs | ||
panik.rs | ||
schedule_task.rs | ||
ts_module_loader.rs |