Skip to main content

with_request_context

Function with_request_context 

Source
pub async fn with_request_context<F>(
    context: Option<RequestContext>,
    future: F,
) -> F::Output
where F: Future,
Expand description

Runs an async operation with the supplied request context available to Gestalt clients.