pub type DefaultConPinnedVec<T> = <SplitVec<T, Doubling> as IntoConcurrentPinnedVec<T>>::ConPinnedVec;Expand description
Default concurrent pinned vector used as the underlying storage of the concurrent queue.
pub type DefaultConPinnedVec<T> = <SplitVec<T, Doubling> as IntoConcurrentPinnedVec<T>>::ConPinnedVec;Default concurrent pinned vector used as the underlying storage of the concurrent queue.