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