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