You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kotlinx-coroutines-test/api/kotlinx-coroutines-test.api
+2-1
Original file line number
Diff line number
Diff line change
@@ -95,11 +95,12 @@ public final class kotlinx/coroutines/test/TestCoroutineScopeKt {
95
95
public static final fun runCurrent (Lkotlinx/coroutines/test/TestCoroutineScope;)V
96
96
}
97
97
98
-
public abstract class kotlinx/coroutines/test/TestDispatcher : kotlinx/coroutines/CoroutineDispatcher, kotlinx/coroutines/Delay {
98
+
public abstract class kotlinx/coroutines/test/TestDispatcher : kotlinx/coroutines/CoroutineDispatcher, kotlinx/coroutines/Delay, kotlinx/coroutines/DelayWithTimeoutDiagnostics {
99
99
public fun delay (JLkotlin/coroutines/Continuation;)Ljava/lang/Object;
100
100
public abstract fun getScheduler ()Lkotlinx/coroutines/test/TestCoroutineScheduler;
101
101
public fun invokeOnTimeout (JLjava/lang/Runnable;Lkotlin/coroutines/CoroutineContext;)Lkotlinx/coroutines/DisposableHandle;
102
102
public fun scheduleResumeAfterDelay (JLkotlinx/coroutines/CancellableContinuation;)V
103
+
public synthetic fun timeoutMessage-LRDsOJo (J)Ljava/lang/String;
103
104
}
104
105
105
106
public final class kotlinx/coroutines/test/TestDispatchers {
0 commit comments