[roll] Roll fuchsia [fuchsia-async] Standardize cancel/abort semantics

For now, only in internal API. Unify cancel and abort semantics across
the task API, so it uses the same verbiage as scope.

This is missing, notably, updating the public API for Task so it uses
`abort` instead of `cancel`.

Original-Bug: 379944929
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1260224
Original-Revision: fbe29b58335d0e9dedf6fb75633503225571e495
GitOrigin-RevId: 08224bac54758885df02871f157444350cc12c90
Change-Id: I496bb6150bf847ce7a0fa2da3d05d77a1686fb74
1 file changed
tree: d0c3ec5f9fd3721b98a5bd679b6a9669baf4018d
  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 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.