You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #2983 - HarveyHunt:posix-spawn-setsid, r=JohnTitor
linux: Add POSIX_SPAWN_SETSID flag
This flag allows the child process created by POSIX spawn to create a new session and become leader of a new process group. Expose the flag so that Rust code can use it.
0 commit comments