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