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.

    See more

    Declaration

    Swift

    public class Queue<Element>
  • Cancelable task

    See more

    Declaration

    Swift

    open class Task
  • Undocumented

    See more

    Declaration

    Swift

    open class Observer : NSObject
  • Undocumented

    See more

    Declaration

    Swift

    public final class StructWrapper<StructType> : NSObject, NSCopying