MCPcopy Index your code
hub / github.com/DarthSim/overmind / waitForDoneOrStop

Method waitForDoneOrStop

start/command.go:237–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235}
236
237func (c *command) waitForDoneOrStop() {
238 select {
239 case <-c.doneTrig:
240 case <-c.stopTrig:
241 }
242}
243
244func (c *command) waitForTimeoutOrStop() {
245 select {

Callers 1

waitForExitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected