PillarboxQueueStrategy
public enum PillarboxQueueStrategyThe queuing strategy to use when peeking and popping items off the queue.
- 
                  
                  When using the first in first out strategy, items are popped from the end of the queue. Briefly: Items pushed first are popped first. DeclarationSwift case fifo
- 
                  
                  When using the last in first out strategy, items are popped from the start of the queue. Briefly: Items pushed last are popped first. DeclarationSwift case lifo
 View on GitHub
            View on GitHub
           PillarboxQueueStrategy Enumeration Reference
      PillarboxQueueStrategy Enumeration Reference