Example #1
0
 /**
  * The time that children have to gracefully exit. After this time the children will be killed. Brutally. No mercy.
  *
  * @param int $timeout
  *
  * @throws \InvalidArgumentException
  */
 public function setChildExitTimeout($timeout)
 {
     $this->processManager->setChildExitTimeout($timeout);
 }