[roll] Roll fuchsia [zxio][1/3] Allow closing handles without waiting

This change introduces a new transitional function to allow for
`zxio_close()` to accept a `should_wait` parameter.  When `should_wait`
is set to `false`, this allows remote connections to drop the underlying
channel instead of waiting for a response from the remote server. This
can be useful when the result and errors of a close are not needed and
provides a significant performance boost in these scenarios.

Original-Bug: 118942
Original-Bug: 102657

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/785462
Original-Revision: 4093d2cd5bdb051c969c892d66435dceb18de6a0
GitOrigin-RevId: c015753806bb6a72a32b22e34e44d20892f72ff6
Change-Id: I7adcce3ff7dae26560f9d4f431c4054b5e767a82
1 file changed
tree: 9ea6401c6f9d6c205b9b6e68c67e193f4f0e8129
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.