[roll] Roll fuchsia [fuchsia-async] Remove allocation from OnSignals

OnSignals held a boxed OnSignalsFuture. This made OnSignals Unpin at the
cost of a heap allocation. There were no non-test users of
OnSignalsFuture and most users of OnSignals don't need it to be Unpin so
they should have been using OnSignalsFuture.

This change removes OnSignals and renames OnSignalsFuture to OnSignals.
Clients now need to manually pin or box OnSignals in a few situations.

The emulated OnSignalsRef has been made !Unpin to match OnSignals.

Depends-on: turquoise-internal:I2e074563a9719843b08709964b818b0197c931a0
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1567613
Dependencies-Satisfied: cl-deps-checker@fuchsia-internal-service-accts.iam.gserviceaccount.com <cl-deps-checker@fuchsia-internal-service-accts.iam.gserviceaccount.com>
Original-Revision: e148c84b5d654e6a37e6f90882556f035ca2444a
GitOrigin-RevId: d8051798c9fdc1c244c80bc4c52e1cd473712680
Change-Id: Idbc581c86b18d304b5da3c4e015025bd9d957f28
1 file changed
tree: 55c6318262f3266555ff6ee36ed80c5e5850fe59
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.