Casey Brooks
try { coroutineScope { next() } } catch (e: Exception) { if(e !is CancellationException) { onCancelled() } else { onFailure() } }
withoutclass