]> Cypherpunks repositories - gostls13.git/commit
net: move context cancellation logic of blocking calls to a common function.
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Tue, 31 Jan 2023 08:34:13 +0000 (08:34 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 31 Jan 2023 18:09:29 +0000 (18:09 +0000)
commit00e7fdc07792abdd1cf323c62c5c9bede368ecc0
treecd0e4fd3ca6040ad87cbda40627173d0777b464b
parent7d7fd6d3627f7dbba250ecfecea2f5ffe6c5aaa7
net: move context cancellation logic of blocking calls to a common function.

Change-Id: I5f7219a111436e3d6a4685df9461f5a8f8bcb000
GitHub-Last-Rev: e420129bade2681d2b6ce92087ed94444f424810
GitHub-Pull-Request: golang/go#58108
Reviewed-on: https://go-review.googlesource.com/c/go/+/463231
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/net/cgo_unix.go