mirror of
https://github.com/danog/process.git
synced 2025-01-22 22:01:22 +01:00
Bob Weinand
365fe2e096
Fix process exit watching
The issue is that proc_get_status() isn't very useful as a shell is in between. Removed the shell for windows and added a third pipe for exit status watching on Unix. This also guarantees that the process will always have been properly closed when we resolve our Promise.
Process
An async process dispatcher built on the amp concurrency framework
Dependencies
- PHP 5.5+
- Amp framework (installed via composer)
Usage
It's all just one class: Amp\Process
. For its usage, see
- the examples in the examples directory
- the method signatures and comments of the Process class
Languages
PHP
98.6%
Makefile
1.4%