Home
last modified time | relevance | path

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

/webrtc/util/src/vnet/
H A Dconn.rs26 pub(crate) type ChunkChTx = mpsc::Sender<Box<dyn Chunk + Send + Sync>>; typedef
33 read_ch_tx: Arc<Mutex<Option<ChunkChTx>>>,
57 pub(crate) fn get_inbound_ch(&self) -> Arc<Mutex<Option<ChunkChTx>>> { in get_inbound_ch() argument