arrow-fx / arrow.fx.typeclasses / Async / laterOrRaise

laterOrRaise

open fun <A> laterOrRaise(ctx: CoroutineContext, f: () -> Either<Throwable, A>): Kind<F, A>

Delay a computation on provided CoroutineContext.

Parameters

ctx - CoroutineContext to run evaluation on.

Do you like Arrow?

Arrow Org
<