MCPcopy Create free account
hub / github.com/Cyinx/einx / Start

Function Start

module/module_mgr.go:76–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76func Start() {
77 module_map.Range(func(k interface{}, m interface{}) bool {
78 go func(m interface{}) { m.(ModuleWoker).Run(&wait_close) }(m)
79 return true
80 })
81
82 worker_pools_map.Range(func(k interface{}, m interface{}) bool {
83 m.(*ModuleWorkerPool).Start()
84 return true
85 })
86}

Callers

nothing calls this directly

Calls 2

RunMethod · 0.65
StartMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…