[roll] Roll fuchsia [fidl][rust] Escape hatch for non-blocking sends

There are a few places in the storage benchmarks where we assume that
FIDL sends complete immediately. We prefer that users await their sends
so we can add backpressure support to channels in the future, but having
an escape hatch is useful for porting.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1253364
Original-Revision: ddc60f5acf405dc174de73974e0bfd4241e47b7b
GitOrigin-RevId: 088d0f900fee01d75c87594a2df89086a057f1f5
Change-Id: I3eea47171c3e1c2b7acb0320ef22dc727dbd8bd5
1 file changed
tree: 68312a1aa6e516962683daa72fd0d3a537d0ab38
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.