MCPcopy
hub / github.com/lmorg/murex / waitProcess

Function waitProcess

lang/process.go:419–423  ·  view source on GitHub ↗
(p *Process)

Source from the content-addressed store, hash-verified

417}
418
419func waitProcess(p *Process) {
420 //debug.Log("Waiting for", p.Name.String())
421 <-p.WaitForTermination
422 //debug.Log("Finished waiting for", p.Name.String())
423}
424
425func destroyProcess(p *Process) {
426 //debug.Json("destroyProcess ()", p.Dump())

Callers 6

runModeNormalFunction · 0.85
runModeTryFunction · 0.85
runModeTryPipeFunction · 0.85
runModeNormalFunction · 0.85
runModeTryFunction · 0.85
runModeTryPipeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected