arrow-fx / arrow.fx.extensions.io.concurrent / kotlin.collections.Iterable
| parSequence | fun <A> Iterable<Kind<ForIO, A>>.~~parSequence~~(ctx: CoroutineContext): IO<List<A>>fun <A> Iterable<Kind<ForIO, A>>.~~parSequence~~(): IO<List<A>> |
| parTraverse | fun <A, B> Iterable<A>.~~parTraverse~~(ctx: CoroutineContext, f: (A) -> Kind<ForIO, B>): IO<List<B>>fun <A, B> Iterable<A>.~~parTraverse~~(f: (A) -> Kind<ForIO, B>): IO<List<B>> |
Do you like Arrow?
✖