Function async

  • Transforms an Iterable to an AsyncIterable.

    Type Parameters

    • V

    Parameters

    • it: It<V>

    Returns AIt<V>