MCPcopy Index your code
hub / github.com/codnect/chrono / IsShutdown

Method IsShutdown

executor.go:131–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129}
130
131func (executor *SimpleTaskExecutor) IsShutdown() bool {
132 executor.executorMu.Lock()
133 defer executor.executorMu.Unlock()
134 return executor.isShutdown
135}
136
137func (executor *SimpleTaskExecutor) Shutdown() chan bool {
138 executor.executorMu.Lock()

Callers 2

startTaskMethod · 0.95

Calls

no outgoing calls

Tested by 1