1 2 3 4 5
lazy_static::lazy_static! { pub(crate) static ref RUNTIME: tokio::runtime::Runtime = { tokio::runtime::Runtime::new().expect("Failed to create runtime for blocking calls") }; }