Ejemplo n.º 1
0
 public function hire(MemoryLimit $memoryLimit)
 {
     return Worker::workFor($this, $this->workers, $memoryLimit);
 }