Closed
Description
This is a tracking issue for the unstable process_session_leader
feature in the standard library. Added in #26470 some open questions are:
- Is there a Windows "equivalent" that should mean this is exposed on
Command
directly? - Is this the best name for the function? Should it just be called
setsid
? - Is this best done through some different means? (e.g. a closure-after-fork approach)
cc @l0kod