Searched refs:result_ch_rx (Results 1 – 2 of 2) sorted by relevance
123 result_ch_rx: Option<mpsc::Receiver<TransactionResult>>, field137 result_ch_rx: None, in default()145 let (result_ch_tx, result_ch_rx) = if !config.ignore_result { in new()158 result_ch_rx, in new()217 self.result_ch_rx.take() in get_result_channel()
115 let result_ch_rx = tr.get_result_channel(); in perform_transaction() localVariable142 if let Some(mut result_ch_rx) = result_ch_rx { in perform_transaction()143 match result_ch_rx.recv().await { in perform_transaction()