Searched refs:ChunkChTx (Results 1 – 1 of 1) sorted by relevance
26 pub(crate) type ChunkChTx = mpsc::Sender<Box<dyn Chunk + Send + Sync>>; typedef33 read_ch_tx: Arc<Mutex<Option<ChunkChTx>>>,57 pub(crate) fn get_inbound_ch(&self) -> Arc<Mutex<Option<ChunkChTx>>> { in get_inbound_ch() argument