arrow-fx / arrow.fx.typeclasses / Async / later

later

open fun <A> later(ctx: CoroutineContext, f: () -> A): Kind<F, A>

Delay a computation on provided CoroutineContext.

Parameters

ctx - CoroutineContext to run evaluation on.

Do you like Arrow?

Arrow Org
<