arrow-fx / arrow.fx.typeclasses / Async / laterOrRaise
open fun <A> laterOrRaise(ctx:
CoroutineContext
, f: () -> Either<
Throwable
, A>): Kind<F, A>
Delay a computation on provided CoroutineContext.
ctx
- CoroutineContext to run evaluation on.
Do you like Arrow?
✖