MCPcopy
hub / github.com/cloudflare/tableflip / Signal

Method Signal

process.go:15–15  ·  view source on GitHub ↗
(sig os.Signal)

Source from the content-addressed store, hash-verified

13type process interface {
14 fmt.Stringer
15 Signal(sig os.Signal) error
16 Wait() error
17}
18

Callers 2

TestFilesAreNonblockingFunction · 0.65
KillMethod · 0.65

Implementers 1

testProcessprocess_test.go

Calls

no outgoing calls

Tested by 1

TestFilesAreNonblockingFunction · 0.52