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

This reverts commit 0e631a3318700b6f4434d55d975e67529246dc73.

Reason for revert: Breaks core.x64-debug

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/+/1495256
Exempt: RubberStamper 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Original-Revision: e6c7d61eaaf2fe042d0d5ebd585481d54f4d95bf
GitOrigin-RevId: a80280e46e4386c9c9d44f89e6d2a3a4ea6e9548
Change-Id: I37441c9e5024632b405a89366c40976422326ab2
1 file changed
tree: 1423e00420bb6415cfa458ab0249aa8735fd1f8f
  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.