sheredom / subprocess.h

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

Add a subprocess_alive function. #34

Closed sheredom closed 3 years ago

sheredom commented 3 years ago

This commit adds a subprocess_alive function to query whether a process is currently alive.

Fixes #33. Fixes #31. Fixes #29.