Home
last modified time | relevance | path

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

/webrtc/turn/src/client/
H A Dtransaction.rs121 timer_ch_tx: Option<mpsc::Sender<()>>, field
135 timer_ch_tx: None, in default()
169 let (timer_ch_tx, mut timer_ch_rx) = mpsc::channel(1); in start_rtx_timer()
170 self.timer_ch_tx = Some(timer_ch_tx); in start_rtx_timer()
202 if self.timer_ch_tx.is_some() { in stop_rtx_timer()
203 self.timer_ch_tx.take(); in stop_rtx_timer()