[roll] Roll fuchsia [input][fidl] Migrate to Then/ThenExactlyOnce

See
https://groups.google.com/a/fuchsia.dev/g/fidl-dev/c/JfLh3pLNWgo/m/-LaqoLzCBAAJ.

When a business logic object is making an asynchronous FIDL call over
a client which it owns, using `Then` to register the result callback
can avoid use-after-frees.

Original-Bug: 94402
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/663596
Original-Revision: 214b8ed48cb356dd2516e5d6f9047c37032ed1a6
GitOrigin-RevId: a0cc70d95ac226fa6a88ee4b72b46cd2c2398deb
Change-Id: I673671a9beca2053f3efd2615fa41e30cce32edc
1 file changed
tree: 89456d8cf250c42425c67b88660ba5c67c23e439
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.