sheredom / subprocess.h

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

subprocess_exists() api that tall if subprocess is not exited or terminated #29

Closed kgti closed 3 years ago

kgti commented 3 years ago

parent process may be busy and only want to check the status of subprocess occasionally

sheredom commented 3 years ago

Happy to accept this PR if you want to do it 😄