Overrides SpanProcessorInterface::shutdown
public function shutdown(?CancellationInterface $cancellation = null) : bool { if ($this->closed) { return false; } $this->closed = true; return $this->flush(__FUNCTION__, $cancellation); }