MCPcopy Create free account
hub / github.com/PostHog/duckgres / ChildTracker

Struct ChildTracker

server/parent.go:28–31  ·  view source on GitHub ↗

ChildTracker manages spawned child worker processes

Source from the content-addressed store, hash-verified

26
27// ChildTracker manages spawned child worker processes
28type ChildTracker struct {
29 mu sync.RWMutex
30 children map[int]*ChildProcess // Keyed by PID
31}
32
33// NewChildTracker creates a new child tracker
34func NewChildTracker() *ChildTracker {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected