[roll] Roll fuchsia [netstack3] Use fasync::Scope in device tasks

Change the device task tree to use fasync::Scope to ensure all tasks can
be finished when scopes are canceled.

This eliminates the last few places that were using raw fasync::Task in
favor of the new flavor of task spawning offered by fuchsia_async.

Original-Bug: 380897722
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1255863
Original-Revision: ed153c566477ef84a71f10a268ba5ec1842c6c5e
GitOrigin-RevId: d11ec70a193fe9dbd7e2a68dcf6aa9d6afbccf2c
Change-Id: I656331d83c45cda3d816343e3d37f4c6b9de6de6
1 file changed
tree: fb8dc0e913191d220d12e615d8bdd6239d92183d
  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.