Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/tableflip
/ Kill
Method
Kill
child.go:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
func
(c *child) Kill() {
86
c.proc.Signal(os.Kill)
87
}
88
89
func
(c *child) waitExit(result
chan
<- error, exited
chan
<-
struct
{}) {
90
result <- c.proc.Wait()
Callers
2
TestChildKill
Function · 0.80
doUpgrade
Method · 0.80
Calls
1
Signal
Method · 0.65
Tested by
1
TestChildKill
Function · 0.64