[roll] Roll fuchsia [netstack3] Replace FuturesUnordered with spawn

Replace uses of FuturesUnordered in routes and filter with spawned tasks
so we can make use of the new helpers. This also allows these workers to
run in parallel.

Original-Bug: 380897722
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1255189
Original-Revision: 32a8aba623fbfd963eccb21f682572d6f74efb27
GitOrigin-RevId: 409e2dc1656b816796786f39db3c52d582fdf6f1
Change-Id: Iccebd8cead30b1b30289552365b2febbfea48b16
1 file changed
tree: 0f8c10629411c12fed73c726a8d72a8f8c505955
  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.