<?php posix_getpid(): int
<?php public function __invoke($server, int $workerId) { $this->workerState->workerId = $workerId; $this->workerState->workerPid = posix_getpid(); $this->workerState->worker = $this->bootWorker($server); $this->dispatchServerTickTaskEverySecond($server);