[roll] Roll fuchsia [roll] Roll third_party/pigweed pw_async2: Simplify coroutine allocation - Support allocating coroutines with Dispatcher::Post<Coroutine>(). - In the docs, recommend running coroutines with Post rather than CoroTask. - Rename Coro's IsValid() to ok() for consistency with Status/Result. - Add an ok() function to CoroTask and FallibleCoroTask. This allows PostShared to return nullptr if CoroTask allocation succeeds, but Coro allocation fails. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/382232 Original-Revision: 35f651ca78b4077c468bcfb49dfd24ce260c43a6 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1531539 Original-Revision: d97f9bd8b731dd7364cb2512ce9ac3f47b43f07e GitOrigin-RevId: b785165b5237a748fbb3f12c3cb16cadc0c4143e Change-Id: I07505af020508140f1d67be9b60a35e21a4143ae
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.