* Returns a promise that resolves once the task queue is emptied. * Failing tasks will not cause the promise to be rejected. * * @param allowResolvingImmediately Set to `true` to resolve immediately if task queue is currently empty.
(allowResolvingImmediately?: boolean)
| 75 | * @param allowResolvingImmediately Set to `true` to resolve immediately if task queue is currently empty. |
| 76 | */ |
| 77 | settled(allowResolvingImmediately?: boolean): Promise<Error[]> |
| 78 | |
| 79 | /** |
| 80 | * Returns an observable that yields pool events. |
no outgoing calls
no test coverage detected