[roll] Roll fuchsia [bt] Add one-to-one matcher for hanging get.

This change adds a library struct to match pairs of things that can
become available in any order.  Clients can enqueue to the left or the
right queue, and when there is an item available in each queue, a stream
will yield a result.

Tests: fx test one-to-one-tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/926955
Original-Revision: 2ca0c56d5510a0c95d4ed48d6b39957907144e1e
GitOrigin-RevId: efaa413d70d7b7d6f81e7a3a260cb1b8f0e9a79f
Change-Id: I08ddeddd1ba9aeac926404aa3383b21f09d221b6
1 file changed
tree: 31d3f7202853006cdd5ae6a2ed5014831c010386
  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.