mirror of
https://github.com/hibiken/asynq.git
synced 2025-09-19 05:17:30 +08:00
v0.7.1
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user