arrow-fx / arrow.fx.typeclasses / Concurrent / cancelableF
open fun <A> ~~cancelableF~~(k: ((Either<Throwable, A>) -> Unit) -> Kind<F, CancelToken<F>>): Kind<F, A> Deprecated: Renaming this api for consistency
open fun <A> ~~cancelableF~~(k: ((Either<
Throwable
, A>) ->
Unit
) -> Kind<F,
CancelToken
<F>>): Kind<F, A>
Do you like Arrow?