[roll] Roll fuchsia [netstack-proxy] Avoid ambiguous panic

`vfs::ExecutionScope::wait` doesn't do what I thought it did when I
originally wrote this code. It actually returns whenever all the
scheudled tasks are finished, and the only scheduled task there is
serving the proxied `/svc` directory to Netstack, which just makes that
check a racy panic condition with the one we care about: the netstack
exited.

Simplify the code to ensure we always get a more meaningful panic.

Original-Bug: 346585534
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1064513
Original-Revision: 1af745800c7af989821dbd4cd323558fd0621b25
GitOrigin-RevId: f5c3ddb7522e9025b5fe70d4e55e880dfbaa855f
Change-Id: I7b8a9331106c8207c6309af6cff0b97eed4ed7fe
1 file changed
tree: ba87504b97754106ccc6434d8e7c5938f4b698c7
  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 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.