Skip to content

Commit e053e7c

Browse files
committed
tadada
1 parent 54f4d11 commit e053e7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: kotlinx-coroutines-core/common/src/internal/SegmentQueueSynchronizer.kt

-1
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,6 @@ private class SQSSegment(id: Long, prev: SQSSegment?, pointers: Int) : Segment<S
687687
while (true) {
688688
val cellState = get(index)
689689
when {
690-
// cellState === RESUMED -> return false
691690
cellState is CancellableContinuation<*> -> {
692691
if (cas(index, cellState, CANCELLING)) return true
693692
}

0 commit comments

Comments
 (0)