Properties
Static Private Readonly exceptionHandler
Methods
Static asyncRun
- asyncRun(callback: () => Promise<void>, teardown?: (err: any) => void): Promise<void>
-
Parameters
-
callback: () => Promise<void>
-
Default value teardown: (err: any) => void = DEFAULT_TEARDOWN
Returns Promise<void>
Static run
- run(callback: () => void, teardown?: (err: any) => void): void
-
Parameters
-
callback: () => void
-
Default value teardown: (err: any) => void = DEFAULT_TEARDOWN
Returns void