Searched refs:UnboundedInner (Results 1 – 1 of 1) sorted by relevance
100 inner: Arc<UnboundedInner<T>>,150 inner: Option<Arc<UnboundedInner<T>>>,268 struct UnboundedInner<T> { struct403 let inner = Arc::new(UnboundedInner { in unbounded()486 fn is_connected_to(&self, inner: &Arc<UnboundedInner<T>>) -> bool { in is_connected_to()493 fn ptr(&self) -> *const UnboundedInner<T> { in ptr()1293 impl<T> UnboundedInner<T> { impl1323 unsafe impl<T: Send> Send for UnboundedInner<T> {} implementation1324 unsafe impl<T: Send> Sync for UnboundedInner<T> {} implementation