示例#1
0
 public function kill(Worker $worker)
 {
     posix_kill($worker->getPid(), SIGKILL);
     $this->workers->detach($worker);
 }