[roll] Roll fuchsia [netstack3] Move TimerHandler to netstack3_base

Introduce a new trait HandleableTimer that allows the nesting timer
pattern while keeping the concept of a single `TimerHandler` trait, but
both `TimerHandler` and `HandleableTimer` are foreign to netstack3_core.

`TimerHandler` is not blanket implemented in core anymore, all
implementations are replaced with a `HandleableTimer` impl for a local
type which resolves the coherence problems.

Original-Bug: 42086491
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1038403
Original-Revision: edd9538e99495165422f81c58d4a0aabb8ec4a1f
GitOrigin-RevId: dcb84810ddae49e6cd78dbb4efeb1d2316cf98c9
Change-Id: I94184650c075ee0250289d9d52ba536f5d377e65
1 file changed
tree: 13635b52a960c668bc7ec4307fd49d4481532506
  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.