trt 0.1.4

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