Classes

The following classes are available globally.

  • Undocumented

    See more
  • Future<T>

    A Future is a swift generic class that let’s you represent an object that will be returned at somepoint in the future. Usually from some asynchronous operation that may be running in a different thread/dispatch_queue or represent data that must be retrieved from a remote server somewhere.

    See more

    Declaration

    Swift

    public class Future<T> : FutureProtocol