Hierarchy

  • LoadingQueue

Properties

Properties

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

Generated using TypeDoc