commit | ec663c7bd9dde1db36af79f8c3247fd9277556fb | [log] [tgz] |
---|---|---|
author | Jeff Martin <martinjeffrey@google.com> | Mon Aug 28 17:16:33 2023 -0400 |
committer | Jeff Martin <martinjeffrey@google.com> | Tue Aug 29 15:21:12 2023 +0000 |
tree | 5027118c40e185f4dfb2f4c32f2a9941b2022b0a | |
parent | 0edc819075312bc4e7ea7605c924585bbc22a12c [diff] |
[zxwait] Handle SignalHandleClosed uniformly Previously, `SignalHandleClosed` was transformed into an error, conditionally based on the type of context that was provided to `Wait`. Unify this behavior so that `SignalHandleClosed always becomes an `ErrCanceled`. Bug: 132321 Change-Id: I772c26ef45f358eabd9389b7099f41cedffc8044 Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/go/+/908852 Reviewed-by: Bruno Dal Bo <brunodalbo@google.com>
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 4.0 Attributions license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://go.dev/dl/.
After downloading a binary release, visit https://go.dev/doc/install for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://go.dev/doc/install/source for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://go.dev/wiki/Questions for a list of places to ask questions about the Go language.