Skip to content

Commit 0e73da1

Browse files
committed
Remove @InternalCoroutinesApi
1 parent 8611da3 commit 0e73da1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kotlinx-coroutines-core/native/src/EventLoop.kt

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ internal class ShareableEventLoop(
6464
return ref.get().interceptContinuation(continuation)
6565
}
6666

67-
@InternalCoroutinesApi
6867
override fun releaseInterceptedContinuation(continuation: Continuation<*>) {
6968
checkCurrentThread()
7069
ref.get().releaseInterceptedContinuation(continuation)

0 commit comments

Comments
 (0)