-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
std.process.Child: detached child spawning #20876
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
It might also be a good idea to add some sort of Also, any errors reported from the child that happen between |
Merge conflicts need resolving. |
Allow spawning a detached
std.process.Child
.Tested manually on linux and windows, both seem to work and stay alive after closing the terminal/console. Simple test included but any suggestions for a better one definitely welcome (especially for windows).
Closes #19205