• Repeats the async-enumerable sequence a specified number of times.

    Type Parameters

    • TSource

      The type of the elements in the source sequence.

    Parameters

    • Optional count: number = -1

      Number of times to repeat the sequence. If not specified, the sequence repeats indefinitely.

    Returns MonoTypeOperatorFunction<TSource>

    The iterable sequence producing the elements of the given sequence repeatedly.

Generated using TypeDoc