Searched refs:read_ch_tx_opt (Results 1 – 1 of 1) sorted by relevance
405 let read_ch_tx_opt = read_ch_tx.lock().await; in handle_inbound_relay_conn() localVariable406 log::debug!("read_ch_tx_opt = {}", read_ch_tx_opt.is_some()); in handle_inbound_relay_conn()407 if let Some(tx) = &*read_ch_tx_opt { in handle_inbound_relay_conn()560 let mut read_ch_tx_opt = self.read_ch_tx.lock().await; in allocate() localVariable561 *read_ch_tx_opt = Some(read_ch_tx); in allocate()562 log::debug!("allocate: read_ch_tx_opt = {}", read_ch_tx_opt.is_some()); in allocate()