commit | d6dac7a0c222d6066000a0feb95a5fb2e6154ef6 | [log] [tgz] |
---|---|---|
author | Bruno Dal Bo <brunodalbo@fuchsia.infra.roller.google.com> | Fri May 02 00:25:26 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 02 00:26:40 2025 -0700 |
tree | e34b6bf5f106f645113fede3ccacfd67f1a174b1 | |
parent | f9e2265472a9a8b305d15737a02ec22889350943 [diff] |
[roll] Roll fuchsia [fuchsia-async] Support cooperative cancellation Introduces cooperative cancellation to fuchsia_async::Scope. The ScopeHandle::active_guard API vends guards that allow tasks to be notified of scope cancellation and perform any shutdown work needed before dropping the guard. Alternative `Scope::abort`, `ScopeHandle::abort`, and `Join::abort` APIs are added which allow cooperative cancellation to be short-circuited where needed. Original-Bug: 379944929 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1252944 Original-Revision: 65ec8ecfa4380c308c4e936076a3172f9b96e65c GitOrigin-RevId: 2d432e5b8ef53adaf77ce9ca981ccbb1723230b1 Change-Id: Ie24ebe5c22cb0b65511e268cb12c4bdc49ad8f90
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.