1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-11 16:49:51 +01:00
parallel/src/Worker/WorkerFactory.php

10 lines
108 B
PHP
Raw Normal View History

<?php
namespace Icicle\Concurrent\Worker;
class WorkerFactory
{
public function create()
{
}
}