arrow-fx / arrow.fx.extensions / IOEffect / runAsync
open fun <A> IOOf<A>.runAsync(cb: (Either<Throwable, A>) -> IOOf<Unit>): IO<Unit>
open fun <A>
IOOf
<A>.runAsync(cb: (Either<
Throwable
, A>) ->
<
Unit
>):
IO
>
Do you like Arrow?