Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/builder/
Dcommon_builder.rs33 pub(crate) keep_alive_time: Option<Duration>, field
Dmod.rs401 let keep_alive_time = Duration::from_secs(0); in ut_thread_pool_builder_keep_alive_time() localVariable
409 let keep_alive_time = Duration::from_secs(1); in ut_thread_pool_builder_keep_alive_time() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dblocking_pool.rs44 let keep_alive_time = builder in new() localVariable
133 keep_alive_time: Duration, field