macro_rules! tokio_runtime {
() => { ... };
($handle:expr) => { ... };
}Expand description
Initialize Tokio runtime metrics monitoring.
§Variants
tokio_runtime!()— usestokio::runtime::Handle::current()tokio_runtime!($handle)— uses the provided&Handle