This commit is contained in:
Ken Hibino
2020-04-05 14:56:06 -07:00
parent 60b887b8e3
commit 84b0c76c8b
3 changed files with 9 additions and 3 deletions

View File

@@ -9,8 +9,8 @@ import (
"golang.org/x/sys/windows"
)
// waitForSignals waits for signals and handle them.
// It handles SIGTERM, SIGINT.
// waitForSignals waits for signals and handles them.
// It handles SIGTERM and SIGINT.
// SIGTERM and SIGINT will signal the process to exit.
//
// Note: Currently SIGTSTP is not supported for windows build.