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

Method Start

module/worker_pool.go:56–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56func (this *ModuleWorkerPool) Start() {
57 for _, m := range this.modules {
58 go func(m Module) { m.(ModuleWoker).Run(&wait_close) }(m)
59 }
60}
61
62func (this *ModuleWorkerPool) ForEachModule(f func(m Module)) {
63 for _, v := range this.modules {

Callers

nothing calls this directly

Calls 1

RunMethod · 0.65

Tested by

no test coverage detected