Function collect_async

  • Parameters

    • async_iterable: any

    Returns Promise<any[]>

    Stability

    2 - provisional

    Collects all items from an async iterable into an array.

Generated using TypeDoc