Home
last modified time | relevance | path

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

/external/rust/crates/futures-channel/src/mpsc/
Dmod.rs100 inner: Arc<UnboundedInner<T>>,
150 inner: Option<Arc<UnboundedInner<T>>>,
268 struct UnboundedInner<T> { struct
403 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> { impl
1323 unsafe impl<T: Send> Send for UnboundedInner<T> {} implementation
1324 unsafe impl<T: Send> Sync for UnboundedInner<T> {} implementation