Searched refs:BoundedInner (Results 1 – 1 of 1) sorted by relevance
106 inner: Arc<BoundedInner<T>>,142 inner: Option<Arc<BoundedInner<T>>>,284 struct BoundedInner<T> { struct369 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> { impl1326 unsafe impl<T: Send> Send for BoundedInner<T> {} implementation1327 unsafe impl<T: Send> Sync for BoundedInner<T> {} implementation