[roll] Roll fuchsia [ffx] Migrate wait_for to stream in ffx daemon

Replaces usages of `wait_for` and `wait_for_async` with the `stream()`
method in `ffx_daemon_core::events::Queue`.

This is to allow for more complex error handling. If, for example, an
error comes in while waiting for an event, we would like to be able to
forward it to the caller.

Original-Bug: 479181374
Original-Bug: 479919935
Test: fx test ffx_daemon
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1501889
Original-Revision: da4d96c67582be9e384cae61f0c68fda57a6063a
GitOrigin-RevId: 66961ae705747a1887fd67a49c82b701f45e7101
Change-Id: I8bf62ab9e8382836cfe7885963bc5e268b204a04
1 file changed
tree: 6a5559530b08a618f73088905868bb840e976d52
  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.