Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codnect/chrono
/ IsShutdown
Method
IsShutdown
scheduler.go:94–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
}
93
94
func
(scheduler *SimpleTaskScheduler) IsShutdown() bool {
95
return
scheduler.taskExecutor.IsShutdown()
96
}
97
98
func
(scheduler *SimpleTaskScheduler) Shutdown()
chan
bool {
99
return
scheduler.taskExecutor.Shutdown()
Callers
1
TestSimpleTaskScheduler_Shutdown
Function · 0.95
Calls
1
IsShutdown
Method · 0.65
Tested by
1
TestSimpleTaskScheduler_Shutdown
Function · 0.76