Queue
public class Queue<Element>
Undocumented
-
Undocumented
Declaration
Swift
public private(set) var isStopped: Bool { get }
-
Undocumented
Declaration
Swift
public let maxLength: Int?
-
Undocumented
Declaration
Swift
public init(maxLength: Int? = nil)
-
Undocumented
Declaration
Swift
public func enqueue(_ element: Element)
-
Undocumented
Declaration
Swift
public func dequeue() -> Element?
-
Undocumented
Declaration
Swift
public func stop()