Home
last modified time | relevance | path

Searched defs:keep_alive_time (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/builder/
Dmod.rs380 let keep_alive_time = Duration::from_secs(0); in ut_thread_pool_builder_keep_alive_time() localVariable
388 let keep_alive_time = Duration::from_secs(1); in ut_thread_pool_builder_keep_alive_time() localVariable
Dcommon_builder.rs43 pub(crate) keep_alive_time: Option<Duration>, field
Dmulti_thread_builder.rs189 pub fn keep_alive_time(self, _keep_alive_time: Duration) -> Self { in keep_alive_time() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dblocking_pool.rs45 let keep_alive_time = builder in new() localVariable
133 keep_alive_time: Duration, field