[roll] Roll fuchsia [netstack3] Clean up timer handling

- Move `handle_timer` to `CoreApi`. Can't justify an API struct with a
  single item really.
- Cleanup timer propagation to always be in terms of `TimerHandler`.
  This will likely give us trouble when we try to split the crate down
  the line, but having a single pattern right now sets us up for a
  single solution later.
- Clean up the test utilities to also work in terms of `TimerHandler`,
  adding utilities to `FakeCtx` to make calling into fake times less
  verbose.

Original-Bug: b/42083910
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/980505
Original-Revision: ccbec33f7fd8911ab5f3ecdfa16648ebe941f4d9
GitOrigin-RevId: 8377f075e34579681bb5f910f8ebea56d0925ec2
Change-Id: I6e2c6e980b35a969aa7cdf5fc1eb7ad414aa12d7
1 file changed
tree: 50df676c7b0a96990cebc086529546cde2424ad5
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.