Files
rust/library/std/src/os
Trevor Gross e381a14b7c Rollup merge of #141990 - Qelxiros:141975-unix_send_signal, r=ChrisDenton,tgross35
Implement send_signal for unix child processes

Tracking issue: rust-lang/rust#141975

There are two main differences between my implementation and the Public API section of the tracking issue. ~First, `send_signal` requires a mutable reference, like `Child::kill`.~ Second, `ChildExt` has `Sealed` as a supertrait, bringing it more in line with other extension traits like `CommandExt`.

try-job: `dist-various*`
try-job: `test-various*`
2025-06-20 02:50:38 -04:00
..
2024-07-29 08:26:52 +10:00
2024-11-27 12:10:21 +00:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2025-04-09 12:29:59 +01:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2025-02-02 19:12:06 +01:00
2024-07-29 08:26:52 +10:00
2024-08-13 23:50:33 +02:00
2024-07-29 08:26:52 +10:00
2024-08-13 23:50:33 +02:00
2024-07-29 08:26:52 +10:00
2023-03-01 06:42:40 +01:00
2024-07-29 08:26:52 +10:00
2024-05-20 11:13:31 -04:00
2024-07-29 08:26:52 +10:00
2024-09-03 09:19:29 +02:00
2024-07-29 08:26:52 +10:00
2025-02-14 12:00:13 +00:00
2025-03-10 14:19:27 -07:00
2024-07-28 21:10:59 +03:00
2025-05-14 19:00:56 +02:00