• Throttles the source async-iterable sequence so that it doesn't emit more than one value during the given timeframe.

    Type Parameters

    • TSource

      The type of elements in the source sequence.

    Parameters

    • time: number

      The time in milliseconds to throttle the source sequence.

    Returns MonoTypeOperatorAsyncFunction<TSource>

    The source sequence throttled by the given timeframe.

Generated using TypeDoc