pub type ConcurrentStack<T> = Stack<T>;
Best general-purpose concurrent stack.
pub struct ConcurrentStack<T> { /* private fields */ }