• Produces a new item in an async-iterable at the given interval cycle time.

    Parameters

    • dueTime: number

      The due time in milliseconds to spawn a new item.

    Returns AsyncIterable<number>

    An async-iterable producing values at the specified interval.

Generated using TypeDoc