[roll] Roll fuchsia [async][rust] Updates to AfterDeadline api

Adds a `DetectDispatcher` type that is a helper for finding a current
dispatcher from a future's poll method, instead of using
`CurrentDispatcher` used as a placeholder.

Changes `AfterDeadline` to use this internally with a default
constructor that will defer finding the current dispatcher until
poll-time.

Also moves the `now` method to the `AsyncDispatcher` struct instead of
hanging off the `AsAsyncDispatcherRef` trait.

Original-Original-Bug: 516865086
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1649655
Original-Original-Revision: 924d7eda0185e691246e707b23ef8dda8f8cd3c8
GitOrigin-RevId: 51a7fe3e5355b8d6f549db89d6f9e8bc631ff971
Change-Id: Id1382b35c6646805aebeff9f67ad568bc2f6fcdf
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1681294
Cr-Commit-Position: refs/heads/main@{#195598}
1 file changed
tree: 1d517d9d798fe962bd93f323bd0d0d1d8d0dd85b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.