We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8611da3 commit 0e73da1Copy full SHA for 0e73da1
kotlinx-coroutines-core/native/src/EventLoop.kt
@@ -64,7 +64,6 @@ internal class ShareableEventLoop(
64
return ref.get().interceptContinuation(continuation)
65
}
66
67
- @InternalCoroutinesApi
68
override fun releaseInterceptedContinuation(continuation: Continuation<*>) {
69
checkCurrentThread()
70
ref.get().releaseInterceptedContinuation(continuation)
0 commit comments