MCPcopy Create free account
hub / github.com/compozy/agh / startWait

Method startWait

internal/procutil/detached.go:81–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func (p *DetachedProcess) startWait() {
82 p.waitOnce.Do(func() {
83 go func() {
84 p.waitErr = p.waitProcess()
85 close(p.done)
86 }()
87 })
88}
89
90func (p *DetachedProcess) waitProcess() error {
91 if p == nil || p.process == nil {

Callers 2

WaitMethod · 0.95
DoneMethod · 0.95

Calls 2

waitProcessMethod · 0.95
DoMethod · 0.65

Tested by

no test coverage detected