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