Module future

Source
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§

InstrumentedFuture
A future wrapper that provides instrumentation hooks for result handling.

Traits§

InstrumentedFutureContext
Trait for handling the completion of instrumented futures.