sheredom / subprocess.h

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

[WIP] Fixes #10 - Introduce a new option 'process_option_child_detached' #11

Closed fungos closed 4 years ago

fungos commented 4 years ago

Using this option makes child process live longer than parent otherwise normally the parent will wait for children to terminate or if the parent itself terminate it will kill the spawned process.