Aerys\WatcherProcess::onDeadIpcClient PHP Метод

onDeadIpcClient() приватный Метод

private onDeadIpcClient ( string $readWatcherId, $ipcClient )
$readWatcherId string
    private function onDeadIpcClient(string $readWatcherId, $ipcClient)
    {
        \Amp\cancel($readWatcherId);
        @fclose($ipcClient);
        unset($this->ipcClients[$readWatcherId]);
        $this->defunctProcessCount++;
        \Amp\enable($this->procGarbageWatcher);
    }