[roll] Roll fuchsia [fuchsia-async] Change Scope::wake_all to take an active guard

In preparation to switching ExecutionScope to use fuchsia-async's Scope
cancellation API, this changes `wake_all` so that it will take active
guards.  This will allow us to implement `ExecutionScope::shutdown` in
the way that we want.

This also introduces enough of the API to the portable runtime to
support ExecutionScope.

And lastly, we add an on_no_tasks_and_guards which is also needed.

Original-Bug: 416349680
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1269644
Original-Revision: 74058324c2057eca269c7f1b81cf9fe75f5f23e7
GitOrigin-RevId: f054ee2685935e4d9db903bfac77f077c3a7c4e4
Change-Id: I96dd63cdfbb4ab1dbb5c409a5c7b95cb1297a69c
1 file changed
tree: 70010bbf980922cb2cb178c9e6d9a230f364bacb
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.