]> Cypherpunks repositories - gostls13.git/commit
os/exec: add the Cancel and WaitDelay fields
authorBryan C. Mills <bcmills@google.com>
Thu, 21 Apr 2022 17:58:06 +0000 (13:58 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 25 Oct 2022 03:34:36 +0000 (03:34 +0000)
commit55eaae452cf69df768b2aaf6045db22d6c1a4029
treeb52774534f7ef8dc00fd4fde657c15b139dd57f2
parent9fffcde118ee3d2522744661b1af1eafb1008667
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>
api/next/50436.txt [new file with mode: 0644]
src/os/exec/exec.go
src/os/exec/exec_other_test.go [new file with mode: 0644]
src/os/exec/exec_test.go
src/os/exec/exec_unix_test.go [new file with mode: 0644]
src/os/exec/exec_windows_test.go