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 e5b2523 commit 1a12370Copy full SHA for 1a12370
native/kotlinx-coroutines-core-native/src/EventLoop.kt
@@ -53,7 +53,7 @@ internal abstract class EventLoopBase: CoroutineDispatcher(), Delay, EventLoop {
53
// null | CLOSED_EMPTY | task | Queue<Runnable>
54
private val _queue = atomic<Any?>(null)
55
56
- // Allocated only only once
+ // Allocated only once
57
private val _delayed = atomic<ThreadSafeHeap<DelayedTask>?>(null)
58
59
protected abstract val isCompleted: Boolean
0 commit comments