0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/core/examples
Luca Casonato 1ab3691b09
feat(core): add Deno.core.writeAll(rid, chunk) (#16228)
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
2022-10-10 10:28:35 +02:00
..
disable_ops.rs feat(core): disableable extensions & ops (#14063) 2022-03-22 16:39:58 +01:00
eval_js_value.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
fs_module_loader.rs docs: Improve mod_evaluate documentation (#14827) 2022-06-20 14:40:57 +02:00
hello_world.rs perf(ops): Monomorphic sync op calls (#15337) 2022-08-11 15:56:56 +02:00
http_bench_json_ops.js feat(core): add Deno.core.writeAll(rid, chunk) (#16228) 2022-10-10 10:28:35 +02:00
http_bench_json_ops.rs feat(core): improve resource read & write traits (#16115) 2022-10-09 14:49:25 +00:00
panik.rs examples(core): panik (#15983) 2022-09-22 11:00:13 +05:30
schedule_task.rs perf(ops): Monomorphic sync op calls (#15337) 2022-08-11 15:56:56 +02:00
ts_module_loader.rs docs: Improve mod_evaluate documentation (#14827) 2022-06-20 14:40:57 +02:00