Hierarchy

  • LoadingQueue

Properties

Properties

name: string
waiting: {
    reject: ((...args) => Promise<Error>);
    resolve: ((...args) => Promise<any>);
    timestamp: Date;
}[]

Type declaration

  • reject: ((...args) => Promise<Error>)
      • (...args): Promise<Error>
      • Parameters

        • Rest ...args: any[]

        Returns Promise<Error>

  • resolve: ((...args) => Promise<any>)
      • (...args): Promise<any>
      • Parameters

        • Rest ...args: any[]

        Returns Promise<any>

  • timestamp: Date

Generated using TypeDoc