arrow-fx-coroutines / arrow.fx.coroutines / Schedule / Decision / done
fun <A, B> ~~done~~(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> done(d:
Double
, a: A, b: Eval<B>): Decision<A, B>
@ExperimentalTime fun <A, B> done(d:
Duration
, a: A, b: Eval<B>): Decision<A, B>
Do you like Arrow?
✖