I’m not sure how the API `suspendCoroutineCancelab...
# arrow
s
I’m not sure how the API
suspendCoroutineCancelable
from kotlinx works but you could leverage that to build in support for cancelation as well.
unsafeRunAsyncCancelable
returns a
Disposable
typealias for
() -> Unit
which you can run to cancel the
IO
.