Crate await_tree
source ·Structs
- Configuration for an await-tree registry, which affects the behavior of all await-trees in the registry.
- Builder for
Config
. - The future for
InstrumentAwait
. - The registry of multiple await-trees.
- A cheaply cloneable span in the await-tree.
- The task-local await-tree context.
- The root of an await-tree.
Enums
- Error type for ConfigBuilder
Traits
- Attach spans to a future to be traced in the await-tree.
Functions
- Get the await-tree of current task. Returns
None
if we’re not instrumented.