[roll] Roll fuchsia [component][fuzzing] Make more Controller methods async

This CL modifies AddToCorpus, WriteDictionary, ReadDictionary, and
GetResults to make them use AsyncSocket methods.

As part of this change, the std::unique_ptr<Runner> held by the
Controller is changed to a more promise-friendly std::shared_ptr, which
is aliased as RunnerPtr.

The tests are unchanged.

Original-Bug: 92490
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/644535
Original-Revision: 8678d8c4a44bf0c57091f6d67482b0504a00ffdc
GitOrigin-RevId: 233da654cc301805c86e978eaeb7aa4cc9965943
Change-Id: Ibbc6c15bcfee332185203754df0eeef2f3c963c2
1 file changed
tree: e31bea5e7d9bc7f25252146982914191c1e2cebd
  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.