Searched refs:TICK_WAIT (Results 1 – 1 of 1) sorted by relevance
12 const TICK_WAIT: Duration = Duration::from_micros(10); constant124 tokio::time::sleep(TICK_WAIT).await; in push()208 tokio::time::sleep(TICK_WAIT).await; in process()