Function cachedAsyncIterable

  • Parameters

    • iterator: any

    Returns {}

      Stability

      1 - experimental

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

      This allows for immediate re-iteration.

    Generated using TypeDoc