- Preparing search index...
- The search index is not available
Deepkit
- stack(): ((target: object, propertyKey: string, descriptor: TypedPropertyDescriptor<((...args: any[]) => Promise<any>)>) => void)
-
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
Makes sure that calls to this async method are stacked up and are called one after another and not parallel.