mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
![]() Follow up to https://github.com/denoland/deno/pull/30029. Definition of signal numbers/names were moved from `ext/os` to `ext/signals`. All occurrences of `tokio::signal` API were replaced with helpers from `deno_signals` helpers. Additionally clippy lints were added to ensure `tokio::signal` is not used by accident. Closes https://github.com/denoland/deno/issues/30223 Co-authored-by: snek <the@snek.dev> |
||
---|---|---|
.. | ||
40_process.js | ||
Cargo.toml | ||
ipc.rs | ||
lib.rs | ||
README.md |
deno_process
This crate implements subprocess APIs for Deno