arrow-fx / arrow.fx.typeclasses / Effect / runAsync

runAsync

abstract fun <A> Kind<F, A>.runAsync(cb: (Either<Throwable, A>) -> Kind<F, Unit>): Kind<F, Unit>

Do you like Arrow?

Arrow Org
<