(p *Process)
| 417 | } |
| 418 | |
| 419 | func 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 | |
| 425 | func destroyProcess(p *Process) { |
| 426 | //debug.Json("destroyProcess ()", p.Dump()) |
no outgoing calls
no test coverage detected