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 3d62f64 commit f727657Copy full SHA for f727657
kotlinx-coroutines-core/common/src/CoroutineDispatcher.kt
@@ -99,7 +99,6 @@ public abstract class CoroutineDispatcher :
99
public final override fun <T> interceptContinuation(continuation: Continuation<T>): Continuation<T> =
100
DispatchedContinuation(this, continuation)
101
102
- @InternalCoroutinesApi
103
public override fun releaseInterceptedContinuation(continuation: Continuation<*>) {
104
/*
105
* Unconditional cast is safe here: we only return DispatchedContinuation from `interceptContinuation`,
0 commit comments