MCPcopy Create free account
hub / github.com/diillson/chatcli / Supervisor

Struct Supervisor

cli/agent/proc/supervisor.go:80–88  ·  view source on GitHub ↗

Supervisor manages the session's background processes.

Source from the content-addressed store, hash-verified

78
79// Supervisor manages the session's background processes.
80type Supervisor struct {
81 logger *zap.Logger
82 validate Validator
83
84 mu sync.Mutex
85 seq int
86 procs map[string]*managedProcess
87 closed bool
88}
89
90type managedProcess struct {
91 info Info

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected