[roll] Roll fuchsia [component][fuzzing] Make Fuzz workflow async

This CL updates both the Controller:: and Runner::Fuzz methods and
associated unit tests to be async. Note that Runner::Fuzz still
runs Runner::FuzzSync on a separate thread; this will be addressed in
a subsequent CL.

Original-Bug: 92490
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/644542
Original-Revision: 58bdafd0252538d346b958df64eacd7eafbb246a
GitOrigin-RevId: 8a133a90ba14e7919231f4da1dc2b853e012743e
Change-Id: I28e15c7e750aa69e442f269c6c99c0688f41ddab
1 file changed
tree: 0c4515ec489bb82f82291c709b8b515eea7f8206
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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 via the IRC channel #fuchsia on Freenode.

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.