MCPcopy Create free account
hub / github.com/astercloud/aster / Shutdown

Method Shutdown

pkg/core/scheduler.go:320–324  ·  view source on GitHub ↗

Shutdown 关闭调度器

()

Source from the content-addressed store, hash-verified

318
319// Shutdown 关闭调度器
320func (s *Scheduler) Shutdown() {
321 s.cancel()
322 s.Clear()
323 s.wg.Wait()
324}
325
326// GetStepTaskCount 获取步骤任务数量
327func (s *Scheduler) GetStepTaskCount() int {

Calls 3

ClearMethod · 0.95
WaitMethod · 0.80
cancelMethod · 0.45