version 1.0.1 of php process fork mananger component released
I happy to announce the release of 1.0.1 of bazzlines process fork manager component for php. Important changes are:
- updated dependencies
I happy to announce the release of 1.0.1 of bazzlines process fork manager component for php. Important changes are:
I'm happy to announce the release of version 1.0.0 from the componen Process Fork Manager for PHP.
$factory = \Net\Bazzline\Component\ProcessForkManager\ForkManagerFactory();
$manager = $factory->create();
/** @var \Net\Bazzline\Component\ProcessForkManager\TaskInterface $task */
$task = new \My\Task();
$manager->addTask($task);
$manager->execute();
mkdir -p vendor/net_bazzline/php_component_process_fork_manager
cd vendor/net_bazzline/php_component_process_fork_manager
git clone https://github.com/bazzline/php_component_process_fork_manager
"net_bazzline/php_component_process_fork_manager": "1.0.0"