tree: aeeea25007ee0c78f8839f75e92dc0079d37ef87 [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. README.md
src/identity/lib/identity_common/README.md

Identity Common

Overview

Identity Common defines a set of utilities that are useful across src/identity.

Key Dependencies

None

TaskGroup

TaskGroup is a type used for spawning and gracefully cancel a group of a dynamic number of asynchronous tasks, allowing tasks to respond to a cancellation signal and terminate at their own pace as appropriate. It is intended for longrunning tasks with moderately complex teardown logic. It was designed for handling teardown of FIDL servers within a component, but is independent of FIDL.

Future Work

No future work is currently planned in this crate.