The type of the elements in the source sequence.
Optional
count: number = -1An optional number of times to retry, otherwise is set to infinite retries
An async-iterable sequence producing the elements of the given sequence repeatedly until it terminates successfully.
Generated using TypeDoc
Retries the async-iterable instance the number of given times. If not supplied, it will try infinitely.