Function stack

  • Makes sure that calls to this async method are stacked up and are called one after another and not parallel.

    Returns ((target: object, propertyKey: string, descriptor: TypedPropertyDescriptor<((...args: any[]) => Promise<any>)>) => void)

      • (target: object, propertyKey: string, descriptor: TypedPropertyDescriptor<((...args: any[]) => Promise<any>)>): void
      • Parameters

        • target: object
        • propertyKey: string
        • descriptor: TypedPropertyDescriptor<((...args: any[]) => Promise<any>)>

        Returns void

Generated using TypeDoc