[roll] Roll fuchsia [superproject] Roll third_party/Vulkan-Tools [vkcube][flatland] Remove usage of default async dispatchers.

Default async dispatchers were widely used in HLCPP bindings. It
hid async dispatcher bindings and could make it difficult for the
code readers to know what loop was bound to a certain FIDL server.

This change replaces all the async_get_default_dispatcher() usages
with explicit async_dispatcher_t arguments in FIDL server / client
constructors, making the code easier to understand.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/Vulkan-Tools/+/1202213
Original-Revision: 321c51b7e8b83dae60d0a5a753f82fe57880b5ce
GitOrigin-RevId: 6c3d82f9bcca3bf55f955ac15ec63bba3b292863
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1203784
Original-Revision: 24d440a7de78cc1af1640f021ee7f4242ed3cbeb
Change-Id: I58fe13c0d0e4225ca8f2cb080c8f0cd6cef72c32
1 file changed
tree: 437638f2ec57e13cdc825403a8993d756caad511
  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.