Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
Dspawn.rs66 let rt = global_default_blocking(); in spawn_blocking() localVariable
79 let rt = global_default_async(); in spawn_async() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
Dylong_tokio_rwlock.rs50 let rt = tokio_runtime(); in tokio_rwlock_read() localVariable
99 let rt = tokio_runtime(); in tokio_rwlock_write() localVariable
149 let rt = tokio_runtime(); in tokio_rwlock_write_read() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/examples/
Dasync_https_outside.rs20 let rt = tokio::runtime::Builder::new_multi_thread() in main() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/tests/
Dsdv_async_http2.rs146 let rt = tokio::runtime::Builder::new_multi_thread() in sdv_async_h2_client_send_request() localVariable
220 let rt = tokio::runtime::Builder::new_multi_thread() in sdv_async_h2_client_send_request_concurrently() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dmod.rs165 let rt = crate::executor::global_default_async(); in block_on() localVariable