Classes

The following classes are available globally.

  • A standard queue (FIFO - First In First Out). Supports simultaneous adding and removing, but only one item can be added at a time, and only one item can be removed at a time. Not thread safe.

    See more

    Declaration

    Swift

    public class Queue<Element>
  • Cancelable delayed task

    See more

    Declaration

    Swift

    public class DelayTask