public function shutdown(?CancellationInterface $cancellation = null) : bool { if ($this->shutdownResult !== null) { return $this->shutdownResult; } $this->shutdownResult = $this->processor ->shutdown($cancellation); return $this->shutdownResult; }