We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13cbae commit 35f082eCopy full SHA for 35f082e
binary-compatibility-validator/reference-public-api/kotlinx-coroutines-core.txt
@@ -8,6 +8,7 @@ public abstract class kotlinx/coroutines/experimental/AbstractCoroutine : kotlin
8
protected fun onCancellation (Ljava/lang/Throwable;)V
9
protected fun onCompleted (Ljava/lang/Object;)V
10
protected fun onCompletedExceptionally (Ljava/lang/Throwable;)V
11
+ protected fun onFailing (Ljava/lang/Throwable;)V
12
protected fun onStart ()V
13
public final fun resume (Ljava/lang/Object;)V
14
public final fun resumeWithException (Ljava/lang/Throwable;)V
0 commit comments