...by handling `SIGINT` and `SIGINT` ```php pcntl_async_signals(true); pcntl_signal(SIGINT, [$this, 'terminate']); pcntl_signal(SIGTERM, [$this, 'terminate']); ```
...by handling
SIGINTandSIGINT