Home
last modified time | relevance | path

Searched defs:same_channel (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/tokio/src/sync/mpsc/
Dunbounded.rs419 pub fn same_channel(&self, other: &Self) -> bool { in same_channel() method
Dbounded.rs1004 pub fn same_channel(&self, other: &Self) -> bool { in same_channel() method
Dchan.rs171 pub(crate) fn same_channel(&self, other: &Self) -> bool { in same_channel() method
/external/rust/crates/crossbeam-channel/src/
Dchannel.rs645 pub fn same_channel(&self, other: &Sender<T>) -> bool { in same_channel() method
1137 pub fn same_channel(&self, other: &Receiver<T>) -> bool { in same_channel() method
/external/rust/crates/tokio/src/sync/
Dbroadcast.rs802 pub fn same_channel(&self, other: &Self) -> bool { in same_channel() method
1042 pub fn same_channel(&self, other: &Self) -> bool { in same_channel() method
Dwatch.rs707 pub fn same_channel(&self, other: &Self) -> bool { in same_channel() method