A condition for a 'doRepeat()' function.
The context.
The getter for an 'isCanceled' prop of a 'CancelablePromise' instance.
A 'cancel()' action for a 'CancelablePromise'.
An action for a 'PromiseQueue.enqueue()' call.
A possible value for action parameter of 'waitFor()' function.
A condition for a 'waitFor()' function.
The context.
A possible value for action parameter of 'withCancellation()' function.
A possible value for action parameter of 'withRetries()' function.
A possible value for action parameter of 'withTimeout()' function.
Repeats an action or promise.
The action to invoke.
The number of repeations or the condition.
The promise with the list of all results.
Checks if a value is a Promise.
The value to check.
Is a Promise or not.
Checks if a value is a simple PromiseLike.
The value to check.
Is a PromiseLike or not.
Invokes an action or promise, but waits for a condition.
The action to invoke.
The condition.
The promise with the result of the action.
Invokes an action or promise, which can be cancelled.
The action to invoke.
The new promise.
Invokes an action or promise and throws an error if a maximum number of tries has been reached.
The action to invoke.
Custom options.
The result of the action.
Invokes an action or promise and throws an error on a timeout.
The action to invoke.
The maximum time in milliseconds.
The result of the action.
Wraps the execution of a worker into a Promise.
The path to the script file or the URL.
The promise with the result of the worker.
Generated using TypeDoc
A possible value for action parameter of 'doRepeat()' function.