[roll] Roll fuchsia [component][fuzzing] Add AsyncEventPair

This CL adds a wrapper around a zx::eventpair that makes use of a shared
AsyncPort. Futures can use this to asynchronously wait for signals from
another process.

Original-Bug: 92490
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/640102
Original-Revision: c900cc641a0f8c9cd25ba43e4609a7694d7019a9
GitOrigin-RevId: 6e5013487301d1b2ee0ec51a2b7f307a60fc3d30
Change-Id: If451d4e027980f1f2ea6d115e58bc31db3ef1b0f
1 file changed
tree: cf238a901588df96df8580ac3590bcb6e76a7935
  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.