Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
237
func
(c *command) waitForDoneOrStop() {
238
select
{
239
case
<-c.doneTrig:
240
case
<-c.stopTrig:
241
}
242
}
243
244
func
(c *command) waitForTimeoutOrStop() {
245
select
{
Callers
1
waitForExit
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected