1 2 3 4 5
use lazy_static::lazy_static; use tokio::runtime::Runtime; lazy_static! { pub static ref TRT: Runtime = Runtime::new().unwrap(); }