1
0
mirror of https://github.com/golang/go synced 2024-09-30 04:24:29 -06:00
go/api/next/50436.txt
Bryan C. Mills 55eaae452c os/exec: add the Cancel and WaitDelay fields
Fixes #50436.

Change-Id: I9dff8caa317a04b7b2b605f810b8f12ef8ca485d
Reviewed-on: https://go-review.googlesource.com/c/go/+/401835
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2022-10-25 03:34:36 +00:00

4 lines
161 B
Plaintext

pkg os/exec, type Cmd struct, Cancel func() error #50436
pkg os/exec, type Cmd struct, WaitDelay time.Duration #50436
pkg os/exec, var ErrWaitDelay error #50436