waitForShutdownSignal method
Keep the process alive until SIGINT/SIGTERM, then shut down gracefully.
Implementation
Future<void> waitForShutdownSignal() => _waitForSignal(shutdown);
Keep the process alive until SIGINT/SIGTERM, then shut down gracefully.
Future<void> waitForShutdownSignal() => _waitForSignal(shutdown);