deno/ext/process
Bartek Iwańczuk 22d1d98af3
fix: use 'deno_signals' crate for signal handling (#30204)
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>
2025-07-29 15:00:46 +02:00
..
40_process.js feat(process): add detached option to Deno.Command (#29933) 2025-07-01 09:20:28 -07:00
Cargo.toml fix: use 'deno_signals' crate for signal handling (#30204) 2025-07-29 15:00:46 +02:00
ipc.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
lib.rs fix: use 'deno_signals' crate for signal handling (#30204) 2025-07-29 15:00:46 +02:00
README.md refactor: add 'deno_process' crate (#27680) 2025-01-17 13:30:14 +01:00

deno_process

This crate implements subprocess APIs for Deno