arrow-fx / arrow.fx.extensions / IOConcurrent / cancellableF
open fun <A> cancellableF(k: ((Either<Throwable, A>) -> Unit) -> IOOf<CancelToken<ForIO>>): IO<A>
Builder to create a cancellable F instance that executes an asynchronous process on evaluation. Function derived from async and bracketCase.
See Also
Do you like Arrow?
✖