os/exec.Cmd.WaitDelay (field)
6 uses
os/exec (current package)
exec.go#L302: WaitDelay time.Duration
exec.go#L772: if (c.Cancel != nil || c.WaitDelay != 0) && c.ctx != nil && c.ctx.Done() != nil {
exec.go#L813: if c.WaitDelay == 0 {
exec.go#L818: timer := time.NewTimer(c.WaitDelay)
exec.go#L972: if c.WaitDelay == 0 {
exec.go#L985: timer = time.NewTimer(c.WaitDelay)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)