[roll] Roll fuchsia [fasync] Add fasync::barrier

fasync::barrier is a wrapper type (like fasync::scope and
fasync::sequencer) that provides a synchronization mechanism whereby
the future returned by fasync::barrier::sync does not complete until all
previously wrapped work has completed.

Test: fasync-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/627375
Original-Revision: 4f4ce97810923124ab19d372629762fb0ee95d6e
GitOrigin-RevId: 13a623db683a859c7ab7c7db784335e2a151ad26
Change-Id: Ibd7e3c8f0942015ab8cbacf72ab2d4f5bf1bbf33
1 file changed
tree: 065b130ff7967834c89069961d06a41315c64a23
  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.