Home
last modified time | relevance | path

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

/webrtc/util/src/conn/
H A Dconn_bridge.rs12 const TICK_WAIT: Duration = Duration::from_micros(10); constant
124 tokio::time::sleep(TICK_WAIT).await; in push()
208 tokio::time::sleep(TICK_WAIT).await; in process()