os/exec.Cmd.Cancel (field)
6 uses
os/exec (current package)
exec.go#L275: Cancel func() error
exec.go#L484: cmd.Cancel = func() error {
exec.go#L691: if c.Cancel != nil && c.ctx == nil {
exec.go#L772: if (c.Cancel != nil || c.WaitDelay != 0) && c.ctx != nil && c.ctx.Done() != nil {
exec.go#L796: if c.Cancel != nil {
exec.go#L797: if interruptErr := c.Cancel(); interruptErr == nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)