macro_rules! profile_async_operation {
($name:expr, $code:block) => { ... };
}
Expand description
Convenience macro for timing async operations
macro_rules! profile_async_operation {
($name:expr, $code:block) => { ... };
}
Convenience macro for timing async operations