[roll] Roll fuchsia [fidl][cpp] Client support for fpromise promises

Today fpromise is the C++ promise library used in production. This CL
adds a helper library to transform callback-style async FIDL calls to
promises.

Because there is a new C++ fasync futures library on the horizon, this
CL opts to keep fpromise support in a separate library instead of built
into the C++ bindings. We'd like to reserve the built-in support for
fasync.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/698173
Original-Revision: ccc710127e829ce50615fe1ea263d2582d5e86fd
GitOrigin-RevId: 3f45ea2bd34414cdf85f0656fb14687e868a0b12
Change-Id: Ie3a57ef27572e7170bf7e0cf1922de154daec543
1 file changed
tree: 5288ec58ee1e2bde0918299109d7e99b7317b665
  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.