A generic cross-platform wrapper on top of fork and exec/CreateProcess. It offers the following features:
- Cross-platform process creation
- Cross-platform process termination
- Cross-platform basic IPC(reading from STDOUT and STDERR and writing to STDIN)
- Full C and C++ APIs
You can find all information on the wiki.