sheredom / subprocess.h

🐜 single header process launching solution for C and C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any plans for launching detached children?

fungos opened this issue · comments

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)