AtomicUnboundedQueueProtocol
public protocol AtomicUnboundedQueueProtocol : AtomicQueueProtocol
-
Declaration
Swift
associatedtype Element
-
Declaration
Swift
func push(_ element: Element)
-
tryPush(_:)
Extension methodDeclaration
Swift
@inlinable public func tryPush(_ element: Element) -> Bool