Home
last modified time | relevance | path

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

/StarryEngine/starry_toolkit/src/base/
H A Dpanel.rs23 const DURATION_TIME: Duration = Duration::from_millis(25); constant
304 thread::sleep(DURATION_TIME); in exec()