Skip to main content

scope_request_id

Function scope_request_id 

Source
pub async fn scope_request_id<T>(
    request_id: impl Into<String>,
    future: impl Future<Output = T>,
) -> T
Expand description

Runs a future with request id available to outgoing RPC layers.