AtomicQueueProtocol public protocol AtomicQueueProtocol Element Declaration Swift associatedtype Element Show on GitHub tryPush(_:) Declaration Swift func tryPush(_ element: Element) -> Bool Show on GitHub pop() Declaration Swift func pop() -> Element? Show on GitHub