Searched defs:rt (Results 1 – 3 of 3) sorted by relevance
18 rt: Runtime, field27 let rt = Builder::new_multi_thread().enable_all().build().unwrap(); in connect() localVariable
35 let rt = Runtime::new().expect("failed to obtain a new RunTime object"); in main() localVariable
16 let rt = tokio::runtime::Builder::new_multi_thread() localVariable