[roll] Roll fuchsia [vfs] Switch ExecutionScope to fuchsia_async::Scope

To make this work, I had to add a limited version of `Scope` to the
portable executor, and add two required methods: `on_no_tasks` and
`wake_all`.  To support `on_no_tasks`, I needed to change `Scope` to
support a list of wakers rather than a single waker.

Original-Bug: 331564478
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1107994
Original-Revision: be909303c685ba9a5a3e31501b9901f105e1e1fa
GitOrigin-RevId: 13049c2ceb0619a5698570986d944bef694e8721
Change-Id: If8b97afcce69be2c53271d17f178f399daf7f401
1 file changed
tree: f0f9671820f2d3213c1ccc8fd00088c01fd8f56f
  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 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.