instrument_async

Macro instrument_async 

Source
macro_rules! instrument_async {
    ($operation:expr, $future:expr) => { ... };
}
Expand description

Helper macro for instrumenting async functions