sheredom / subprocess.h

🐜 single header process launching solution for C and C++
The Unlicense
1.14k stars 100 forks source link

Any plans for launching detached children? #10

Closed fungos closed 4 years ago

fungos commented 4 years ago

Do you have any plans on supporting an extra option to start a detached child process? This would be really useful (ie. Qt QProcess:startDetached)