Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
244
func
(c *command) waitForTimeoutOrStop() {
245
select
{
246
case
<-time.After(time.Duration(c.timeout) * time.Second):
247
case
<-c.stopTrig:
248
}
249
}
Callers
1
waitForExit
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected