with_profiling_async

Function with_profiling_async 

Source
pub async fn with_profiling_async<F, Fut, R>(f: F) -> (R, LeakReport)
where F: FnOnce() -> Fut, Fut: Future<Output = R>,
Expand description

Async version of with_profiling.