1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/runtime/ops
Casper Beyer 9cf82d3c66
fix(runtime): use tokio for async fs ops (#9042)
This commit makes following ops async:
- op_fstat_async
- op_ftruncate_async
- op_seek_async
- op_fdatasync_async
- op_fsync_async
- op_futime_async
2021-01-08 17:55:17 +01:00
..
crypto.rs refactor: deno_runtime crate (#8640) 2020-12-13 19:45:53 +01:00
dispatch_minimal.rs refactor: deno_runtime crate (#8640) 2020-12-13 19:45:53 +01:00
fetch.rs feat(cli/standalone): support runtime flags for deno compile (#8738) 2021-01-05 00:15:52 +01:00
fs.rs fix(runtime): use tokio for async fs ops (#9042) 2021-01-08 17:55:17 +01:00
fs_events.rs refactor: rewrite ops to use ResourceTable2 (#8512) 2020-12-16 17:14:12 +01:00
io.rs refactor: rewrite ops to use ResourceTable2 (#8512) 2020-12-16 17:14:12 +01:00
mod.rs refactor: deno_runtime crate (#8640) 2020-12-13 19:45:53 +01:00
net.rs BREAKING(unstable): Use hosts for net allowlists (#8845) 2020-12-30 23:35:28 +01:00
net_unix.rs refactor: rewrite ops to use ResourceTable2 (#8512) 2020-12-16 17:14:12 +01:00
os.rs refactor: deno_runtime crate (#8640) 2020-12-13 19:45:53 +01:00
permissions.rs BREAKING(unstable): Use hosts for net allowlists (#8845) 2020-12-30 23:35:28 +01:00
plugin.rs refactor: rewrite ops to use ResourceTable2 (#8512) 2020-12-16 17:14:12 +01:00
process.rs refactor: rewrite ops to use ResourceTable2 (#8512) 2020-12-16 17:14:12 +01:00
runtime.rs refactor: deno_runtime crate (#8640) 2020-12-13 19:45:53 +01:00
signal.rs refactor: rewrite ops to use ResourceTable2 (#8512) 2020-12-16 17:14:12 +01:00
timers.rs refactor: deno_runtime crate (#8640) 2020-12-13 19:45:53 +01:00
tls.rs BREAKING(unstable): Use hosts for net allowlists (#8845) 2020-12-30 23:35:28 +01:00
tty.rs refactor: rewrite ops to use ResourceTable2 (#8512) 2020-12-16 17:14:12 +01:00
web_worker.rs refactor: deno_runtime crate (#8640) 2020-12-13 19:45:53 +01:00
websocket.rs refactor: move WebSocket API to an op_crate (#9026) 2021-01-06 16:57:28 +01:00
worker_host.rs feat: Add configurable permissions for Workers (#8215) 2021-01-06 21:31:16 +01:00