MCPcopy
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
85func (c *child) Kill() {
86 c.proc.Signal(os.Kill)
87}
88
89func (c *child) waitExit(result chan<- error, exited chan<- struct{}) {
90 result <- c.proc.Wait()

Callers 2

TestChildKillFunction · 0.80
doUpgradeMethod · 0.80

Calls 1

SignalMethod · 0.65

Tested by 1

TestChildKillFunction · 0.64