Expand description
Future instrumentation utilities for async operation monitoring.
This module provides wrapper types and traits for instrumenting async operations with callbacks that execute when futures complete, enabling monitoring and metrics collection for async workloads.
Enums§
- Instrumented
Future - A future wrapper that provides instrumentation hooks for result handling.
Traits§
- Instrumented
Future Context - Trait for handling the completion of instrumented futures.