[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.