• Delays the emitting of the first item 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 delays the before the iteration begins.

Generated using TypeDoc