[roll] Roll fuchsia [fdf][rust] Improve public dispatcher test helpers

Changes the test helper functions exposed by the fdf env crate to not
rely on using a `DispatcherRef<'static>` that isn't really 'static by
taking advantage of the existence of `CurrentDispatcher`. Also reduces
the complexity of using them by spawning the callback in the dispatcher
and waiting for the callback to finish.

Also, since many tests will likely be async, adds methods to spawn a
future on the dispatcher instead.

Along the way I cleaned up some docs and retracted some things that were
made pub that probably don't need to be.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1238844
Original-Revision: f304d768c4b0327f96c15481b0b1f2e91afec0be
GitOrigin-RevId: ac99deb0537a77a8c7a644eb5ce388628f7dd692
Change-Id: Ibd9f6a8f2cd236695fa9a1a086b133cde981994f
1 file changed
tree: 107274c061dd393f3b14216272158c2b79e10b42
  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.