arrow-fx / arrow.fx.extensions.io.async / arrow.Kind
| continueOn | Continue the evaluation on provided CoroutineContextfun <A> Kind<ForIO, A>.~~continueOn~~(ctx: CoroutineContext): IO<A> |
| effectMap | Helper function that provides an easy way to construct a suspend effectfun <A, B> Kind<ForIO, A>.~~effectMap~~(f: suspend (A) -> B): IO<B> |
Do you like Arrow?
✖