[roll] Roll fuchsia Reland "[fasync] Remove Meta::id field."

This is a reland of commit 0e631a3318700b6f4434d55d975e67529246dc73

Original change's description:
> [fasync] Remove Meta::id field.
>
> We allocate a Meta for every task that is spawned onto
> the executor, so making it smaller should help with memory
> usage. We already guarantee that AtomicFuture has a
> stable heap address in order to satisfy the Future trait's
> requirements, this change modifies the executor and zxdb
> to treat the heap address of the future metadata as the
> unique identifier now.
>
> Change-Id: Ic85dd437b111f36884a1771b9730ae29aeb1256e
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1489262
> Reviewed-by: Chris Suter <csuter@google.com>
> Commit-Queue: Adam Perry <adamperry@google.com>
> Fuchsia-Auto-Submit: Adam Perry <adamperry@google.com>
> Reviewed-by: Jacob Rutherford <jruthe@google.com>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1495578
Original-Revision: f255051ef159615e7f93ccd83e4fd0329508db70
GitOrigin-RevId: c3658c9f47355e8e6c98ed2580db2a74bcb9dd4e
Change-Id: Ia95456a36940a5d9c85fcaf6032d08303e88a68e
1 file changed
tree: 5597ea3541cbbbdd4f7f06c834ac1a38bf80e0fc
  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.