Home
last modified time | relevance | path

Searched defs:Runtime (Results 1 – 7 of 7) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dmod.rs82 pub struct Runtime { struct
87 impl Runtime { implementation
152 impl Runtime { implementation
159 impl Runtime { impl
339 impl Runtime { impl
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/builder/
Dcurrent_thread_builder.rs34 pub fn build(&mut self) -> io::Result<Runtime> { in build()
Dmulti_thread_builder.rs223 pub fn build(&mut self) -> io::Result<Runtime> { in build()
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/task_helpers/
Dmod.rs52 pub fn ylong_runtime_set_threads(threads_count: usize) -> Runtime { in ylong_runtime_set_threads()
72 pub fn tokio_runtime_set_threads(threads_count: usize) -> tokio::runtime::Runtime { in tokio_runtime_set_threads()
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
Dylong_tokio_multi_threaded.rs94 fn iter(runtime: Arc<Runtime>, sender: mpsc::SyncSender<()>, n: usize) { in chained_spawn()
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dspawn_blocking.rs65 fn test_spawn(runtime: &Runtime) { in test_spawn()
/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/
Dmod.rs504 pub fn init_test_work_runtime(thread_num: usize) -> Runtime { in init_test_work_runtime()