Skip to content

Commit cfe4d02

Browse files
Bryan C. Millsromaindoumenc
Bryan C. Mills
authored andcommitted
os/exec: add the Cancel and WaitDelay fields
Fixes golang#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>
1 parent 872c4af commit cfe4d02

File tree

6 files changed

+846
-30
lines changed

6 files changed

+846
-30
lines changed

api/next/50436.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pkg os/exec, type Cmd struct, Cancel func() error #50436
2+
pkg os/exec, type Cmd struct, WaitDelay time.Duration #50436
3+
pkg os/exec, var ErrWaitDelay error #50436

0 commit comments

Comments
 (0)