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

Method Close

module/worker_pool.go:68–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68func (this *ModuleWorkerPool) Close() {
69 slog.LogInfo("worker_pool", "worker_pool [%v] will close.", this.name)
70 for _, v := range this.modules {
71 v.(ModuleWoker).Close()
72 }
73}
74
75func (this *ModuleWorkerPool) RegisterRpcHandler(name string, f RpcHandler) {
76 for _, v := range this.modules {

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected