Home
last modified time | relevance | path

Searched defs:rt (Results 1 – 3 of 3) sorted by relevance

/tonic/examples/src/blocking/
H A Dclient.rs18 rt: Runtime, field
27 let rt = Builder::new_multi_thread().enable_all().build().unwrap(); in connect() localVariable
H A Dserver.rs35 let rt = Runtime::new().expect("failed to obtain a new RunTime object"); in main() localVariable
/tonic/tonic/benches/
H A Ddecode.rs16 let rt = tokio::runtime::Builder::new_multi_thread() localVariable