MCPcopy Create free account
hub / github.com/eth-easl/dirigent / ProcessMonitor

Struct ProcessMonitor

internal/worker_node/managers/process_monitor.go:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35)
36
37type ProcessMonitor struct {
38 PCN garlic.CnConn
39
40 // NotifyChannels PID -> exit code channel
41 NotifyChannels map[uint32]chan uint32
42 sync.RWMutex
43}
44
45func NewProcessMonitor() *ProcessMonitor {
46 var cn garlic.CnConn

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected