Classes

The following classes are available globally.

  • Overview

    DeLorean is a lightweight framework which allows you to write better async code in Swift. We designed DeLorean to be simple to use and also very flexible. It’s partially based on JavaScript A+ specs. We have added some useful features like progressable and cancellable promises. This promises layer queues all async task on background to avoid block the main thread.

    See more

    Declaration

    Swift

    public final class Promise<T>
  • Invalidatable queues for work with Promises

    See more

    Declaration

    Swift

    public final class Queue