mirror of
https://github.com/danog/parallel.git
synced 2024-12-11 16:49:51 +01:00
10 lines
108 B
PHP
10 lines
108 B
PHP
|
<?php
|
||
|
namespace Icicle\Concurrent\Worker;
|
||
|
|
||
|
class WorkerFactory
|
||
|
{
|
||
|
public function create()
|
||
|
{
|
||
|
}
|
||
|
}
|