arrow-fx / arrow.fx / IO / continueOn
open fun continueOn(ctx:
CoroutineContext
):
IO
<A>
Continue the evaluation on provided CoroutineContext
ctx
- CoroutineContext to run evaluation on
Returns an IO that’ll run the following computations on ctx.
Do you like Arrow?
✖