Classes

The following classes are available globally.

  • A object-based queue which is persisted to the disk. Supports both FIFO and LIFO strategies. Should be thread-safe as well.

    See more

    Declaration

    Swift

    public class Pillarbox<Element> where Element : Decodable, Element : Encodable