Function cached_async_iterable

  • Creates an async iterable that caches the results of an async iterator.

    This allows for immediate re-iteration.

    Parameters

    • iterator: any

    Returns {}

    Generated using TypeDoc