Home
last modified time | relevance | path

Searched refs:BLOCKING_THREAD_KEEP_ALIVE_TIME (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dblocking_pool.rs47 .unwrap_or(BLOCKING_THREAD_KEEP_ALIVE_TIME); in new()
104 const BLOCKING_THREAD_KEEP_ALIVE_TIME: Duration = Duration::from_secs(5); const