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