handleErrorWith

open fun <R2> handleErrorWith(recover: suspend (R) -> Cont<R2, A>): Cont<R2, A>

Sources

common source
Link copied to clipboard