mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
e0f76871ed
Add a setsid method to the CommandExt trait so that callers can create a process in a new session and process group whilst still using the POSIX spawn fast path. Co-Authored-By: Harvey Hunt <harveyhunt@fb.com>