<?php pcntl_async_signals(?bool $enable = null): bool
<?php protected function listenForSignals() { pcntl_async_signals(true); pcntl_signal(SIGQUIT, fn () => $this->shouldQuit = true); pcntl_signal(SIGTERM, fn () => $this->shouldQuit = true);