• Delays the emitting of each items in the async-iterable by the given due time.

    Type Parameters

    • TSource

      The type of elements in the source sequence.

    Parameters

    • dueTime: number

      The delay duration in milliseconds

    Returns MonoTypeOperatorAsyncFunction<TSource>

    An operator which takes an async-iterable and delays each item in the sequence by the given time.

Generated using TypeDoc