programie / parallel-processes
A library to handle parallel process executions using Symfony Process component
1.0
2017-02-04 23:46 UTC
Requires
- symfony/event-dispatcher: ^3.2
- symfony/process: ^3.2
This package is auto-updated.
Last update: 2023-05-27 17:07:44 UTC
README
This library provides a simple way to handle multiple parallel running processes.
It uses the Symfony Process component and the Symfony Event Dispatcher.