Skip to main content

Module correlation_context

Module correlation_context 

Source

Functions§

correlation_id
with_correlation_id
Runs fut with a fresh (or given) correlation ID bound for its entire async call tree — the tokio::task_local! equivalent of targets::typescript’s AsyncLocalStorage-based withCorrelationId.