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

Method waitForTimeoutOrStop

start/command.go:244–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242}
243
244func (c *command) waitForTimeoutOrStop() {
245 select {
246 case <-time.After(time.Duration(c.timeout) * time.Second):
247 case <-c.stopTrig:
248 }
249}

Callers 1

waitForExitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected