MCPcopy Create free account
hub / github.com/docker/buildx / Done

Method Done

monitor/processes/processes.go:37–39  ·  view source on GitHub ↗

Done returns a channel where error or nil will be sent when the process exits. TODO: change this to Wait()

()

Source from the content-addressed store, hash-verified

35// when the process exits.
36// TODO: change this to Wait()
37func (p *Process) Done() <-chan error {
38 return p.errCh
39}
40
41// Manager manages a set of processes.
42type Manager struct {

Callers 15

proxyConnFunction · 0.80
promptFunction · 0.80
runLogsFunction · 0.80
loadVertexLogsFunction · 0.80
runTraceFunction · 0.80
RunMethod · 0.80
RunMonitorFunction · 0.80
InvokeMethod · 0.80
waitFunction · 0.80
tryWithBackoffFunction · 0.80
waitMethod · 0.80
testDialStdioFunction · 0.80

Calls

no outgoing calls