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