https://github.com/milleniumbug/yet_another_process_library
https://github.com/milleniumbug/yet_another_process_library
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/milleniumbug/yet_another_process_library
- Owner: milleniumbug
- License: mit
- Created: 2016-04-25T13:10:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T23:50:03.000Z (almost 8 years ago)
- Last Synced: 2025-01-10T20:42:12.496Z (over 1 year ago)
- Language: C++
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yet_another_process_library
A library for launching processes, very heavily based on [tiny-process-library](https://github.com/eidheim/tiny-process-library). It shares much of the code with it, to the point it could be yet another fork of it.
However, it's not, due to having incompatible interface. Notably:
- Boost.Filesystem is a required dependency.
- it launches processes directly, without using shell as a mediator.