We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b2de5 commit cff032fCopy full SHA for cff032f
modules/graceful/manager_windows.go
@@ -36,14 +36,14 @@ type Manager struct {
36
isChild bool
37
lock *sync.RWMutex
38
state state
39
- shutdown context.Context
40
- hammer context.Context
41
- terminate context.Context
42
- done context.Context
43
- shutdownCancel context.CancelFunc
44
- hammerCancel context.CancelFunc
45
- terminateCancel context.CancelFunc
46
- doneCancel context.CancelFunc
+ shutdownCtx context.Context
+ hammerCtx context.Context
+ terminateCtx context.Context
+ doneCtx context.Context
+ shutdownCtxCancel context.CancelFunc
+ hammerCtxCancel context.CancelFunc
+ terminateCtxCancel context.CancelFunc
+ doneCtxCancel context.CancelFunc
47
runningServerWaitGroup sync.WaitGroup
48
createServerWaitGroup sync.WaitGroup
49
terminateWaitGroup sync.WaitGroup
0 commit comments