[roll] Roll fuchsia [starnix] Refactor async dispatcher in remote_binder

1. Read the fidl command concurrently instead of sequentially.
2. Await all FIDL related command

This ensures that all fidl related tasks are awaited on the local
executor and allows to remove the cleanup method from the state.

This also solves a crash in the executor happening when the fidl task
was sent to the client task thread to execute the binder command and not
awaited.

Fix: 129211
Original-Bug: 129183

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/872496
Original-Revision: 32a8e8d1fe64bc2f60ec7403facf48a88321d5ed
GitOrigin-RevId: 5ca40eb4066f9cfc8b8e121a063b7a29dcfb8639
Change-Id: I30d44fa19687e27808fc63cb305fa1442471c7f9
1 file changed
tree: 3517ea920b0f59d464b4be547a96a602253dfa2a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.