Function iter_map_async

  • Maps an iterable but returns an async iterator allowing for an async mapper function to be used.

    Parameters

    • iterable: any
    • mapper: any

    Returns Object

Generated using TypeDoc