Home
last modified time | relevance | path

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

/external/rust/crates/futures-channel/src/
Doneshot.rs199 fn drop_tx(&self) { in drop_tx() method
393 self.inner.drop_tx() in drop()
/external/rust/crates/tokio/tests/
Drt_common.rs712 drop_tx: mpsc::Sender<()>,
725 self.drop_tx.send(()).unwrap();
731 let (drop_tx, drop_rx) = mpsc::channel();
738 Never { drop_tx }.await