[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
1 file changed
tree: 955418c7994aca0a1dc3b49e4fef6a402948a3ff
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.