arrow-fx / arrow.fx.extensions.io.effect / arrow.Kind
fun <A> Kind<
ForIO
, A>.~~runAsync~~(cb: (Either<
Throwable
, A>) -> Kind<
,
Unit
>):
IO
<
>
Do you like Arrow?