1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/runtime/ops
Inteon 20627c9136
refactor: update minimal ops & rename to buffer ops (#9719)
This commit rewrites "dispatch_minimal" into "dispatch_buffer".

It's part of an effort to unify JS interface for ops for both json
and minimal (buffer) ops.

Before this commit "minimal ops" could be either sync or async
depending on the return type from the op, but this commit changes
it to have separate signatures for sync and async ops (just like 
in case of json ops).
2021-03-18 14:10:27 +01:00
..
crypto.rs core(runtime): fix copyright in date (#9116) 2021-01-15 13:18:49 +11:00
fetch.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
fs.rs refactor: clean up permission handling (#9367) 2021-03-17 17:45:12 -04:00
fs_events.rs refactor: clean up permission handling (#9367) 2021-03-17 17:45:12 -04:00
io.rs refactor: update minimal ops & rename to buffer ops (#9719) 2021-03-18 14:10:27 +01:00
mod.rs refactor: update minimal ops & rename to buffer ops (#9719) 2021-03-18 14:10:27 +01:00
net.rs refactor: clean up permission handling (#9367) 2021-03-17 17:45:12 -04:00
net_unix.rs refactor: IO resource types, fix concurrent read/write and graceful close (#9118) 2021-01-29 01:35:07 -08:00
ops_buffer.rs refactor: update minimal ops & rename to buffer ops (#9719) 2021-03-18 14:10:27 +01:00
os.rs refactor: clean up permission handling (#9367) 2021-03-17 17:45:12 -04:00
permissions.rs refactor: clean up permission handling (#9367) 2021-03-17 17:45:12 -04:00
plugin.rs refactor: clean up permission handling (#9367) 2021-03-17 17:45:12 -04:00
process.rs refactor: clean up permission handling (#9367) 2021-03-17 17:45:12 -04:00
runtime.rs refactor: clean up permission handling (#9367) 2021-03-17 17:45:12 -04:00
signal.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
timers.rs refactor: update minimal ops & rename to buffer ops (#9719) 2021-03-18 14:10:27 +01:00
tls.rs refactor: clean up permission handling (#9367) 2021-03-17 17:45:12 -04:00
tty.rs refactor: IO resource types, fix concurrent read/write and graceful close (#9118) 2021-01-29 01:35:07 -08:00
url.rs chore: split web op crate (#9635) 2021-03-12 16:17:18 +01:00
web_worker.rs feat(runtime/ops): strongly typed deserialization of JSON ops (#9532) 2021-02-18 13:54:57 +01:00
webgpu.rs feat: WebGPU API (#7977) 2021-03-01 11:31:13 +01:00
websocket.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
worker_host.rs refactor: clean up permission handling (#9367) 2021-03-17 17:45:12 -04:00