Function traverseIntoPar

  • Concurrently map the elements in an iterable to Ior or AsyncIorLike and collect the right-hand values into a Builder.

    Type Parameters

    Parameters

    Returns AsyncIor<A, TFinish>

    Remarks

    If any Ior is Left, the state of the provided Builder is undefined.

Generated using TypeDoc