DaanDeMeyer / reproc

A cross-platform (C99/C++11) process library
MIT License
552 stars 65 forks source link

Interpret status codes on error handling #69

Closed adriendelsalle closed 2 years ago

adriendelsalle commented 2 years ago

Description

Add a note about interpreting status codes in README's error handling section Detail that error code won't reflect unexpected SIGKILL or SIGTERM terminations on on POSIX systems

Closes #68