arrow-fx-coroutines / arrow.fx.coroutines / Schedule / Decision / cont

cont

val cont: Boolean fun <A, B> ~~cont~~(d: Duration, a: A, b: Eval<B>): Decision<A, B> Deprecated: arrow.fx.coroutines.Duration API in Schedule is deprecated in favor of Double and kotlin.time.Duration, and will be removed in 0.13.0.

fun <A, B> cont(d: Double, a: A, b: Eval<B>): Decision<A, B> @ExperimentalTime fun <A, B> cont(d: Duration, a: A, b: Eval<B>): Decision<A, B>

Do you like Arrow?

Arrow Org
<