[roll] Roll fuchsia [fuchsia-controller] Cancel pending tasks upon external cancellation

The FidlClient creates background tasks to wait on a handle being ready
to read, a staged message becoming available, or an epitaph on the
handle. Without structured concurrency, cancellation of the task that
created those tasks would result in the background tasks printing errors
that they were still pending when destroyed.

This change uses asyncio.TaskGroup to create the background tasks in a
manner that propagates the cancellation of the parent task to each
background task.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1446968
Original-Revision: 28466543a4e664808ef6c62faec63f9870b3e19f
GitOrigin-RevId: 5b28a988342929d11446dc8cdb5a5796b0529c6e
Change-Id: I6601018fc505a346c0e7f2045b4f5bfb45b0d160
1 file changed
tree: de654ae9f1a5ad4c1a184fc0eb90b36c79b47bc0
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.