Async: {
chain: any;
checkAppReady: any;
asyncObserver(log: any, obj: any): any;
asyncQueueCaller(log: any): any;
isAppReady(): any;
isShutdownException(exception: any): any;
promiseYield(): any;
watchdog(): any;
yieldState(yieldEvery: any): any;
yieldingForEach(iterable: any, fn: any, yieldEvery: any): any;
}
Type declaration
-
chain: any
-
checkAppReady: any
-
asyncObserver:function
- asyncObserver(log: any, obj: any): any
-
Returns any
-
asyncQueueCaller:function
- asyncQueueCaller(log: any): any
-
Returns any
-
isAppReady:function
- isAppReady(): any
-
Returns any
-
isShutdownException:function
- isShutdownException(exception: any): any
-
Returns any
-
promiseYield:function
- promiseYield(): any
-
Returns any
-
watchdog:function
- watchdog(): any
-
Returns any
-
yieldState:function
- yieldState(yieldEvery: any): any
-
Returns any
-
yieldingForEach:function
- yieldingForEach(iterable: any, fn: any, yieldEvery: any): any
-
Parameters
-
iterable: any
-
fn: any
-
yieldEvery: any
Returns any