commit | 675b8047bf7727fc2fd5d34dc4c727abef93bae9 | [log] [tgz] |
---|---|---|
author | global-integration-roller <global-integration-roller@fuchsia.infra.roller.fuchsia-infra.iam.gserviceaccount.com> | Wed Nov 13 00:55:06 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Nov 12 16:56:40 2024 -0800 |
tree | 955418c7994aca0a1dc3b49e4fef6a402948a3ff | |
parent | fda8cf8de6f270477c4e98720c0ee6bc04bbd225 [diff] |
[roll] Roll fuchsia [superproject] Roll third_party/pigweed pw_async2: Add PW_TRY_READY_* control flow macros Adds two new async helper macros: - PW_TRY_READY(expr) - PW_TRY_READY_ASSIGN(lhs, expr) These control flow macros significantly reduce boilerplate clutter in non-coroutine async code. Additionally, refreshes the pw_async2 showcase example to use the new macros. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/243818 Original-Revision: d20009a8e35dfdb881f77b6d171c697b61dba5c3 GitOrigin-RevId: 16110eb49c0037a4054c350bb1d21d61dba00f9d Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1155216 Original-Revision: 59cb774e8510519b94ca00bda489f4ac07de88ea Change-Id: If206e091298525ef0968659e2b6b6eee6be801e1
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
.