Skip to main content

with_task_local

Function with_task_local 

Source
pub async fn with_task_local<Fut, R>(fut: Fut) -> R
where Fut: Future<Output = R>,
Expand description

Run fut with a task-local telemetry context slot initialized.