Home
last modified time | relevance | path

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

/external/rust/crates/futures-channel/src/mpsc/
Dmod.rs106 inner: Arc<BoundedInner<T>>,
142 inner: Option<Arc<BoundedInner<T>>>,
284 struct BoundedInner<T> { struct
369 let inner = Arc::new(BoundedInner { in channel()
667 fn is_connected_to(&self, receiver: &Arc<BoundedInner<T>>) -> bool { in is_connected_to()
674 fn ptr(&self) -> *const BoundedInner<T> { in ptr()
1305 impl<T> BoundedInner<T> { impl
1326 unsafe impl<T: Send> Send for BoundedInner<T> {} implementation
1327 unsafe impl<T: Send> Sync for BoundedInner<T> {} implementation