arrow-fx / arrow.fx / IO / cancelable
fun <A> ~~cancelable~~(cb: ((Either<Throwable, A>) -> Unit) -> CancelToken<ForIO>): IO<A> Deprecated: Renaming this api for consistency
fun <A> ~~cancelable~~(cb: ((Either<
Throwable
, A>) ->
Unit
) ->
CancelToken
<
ForIO
>):
IO
<A>
Do you like Arrow?