os/exec.Cmd.ctx (field)
7 uses
os/exec (current package)
exec.go#L136: ctx context.Context // nil means none
exec.go#L194: cmd.ctx = ctx
exec.go#L394: if c.ctx != nil {
exec.go#L396: case <-c.ctx.Done():
exec.go#L399: return c.ctx.Err()
exec.go#L446: if c.ctx != nil {
exec.go#L450: case <-c.ctx.Done():
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |