Skip to content

Commit 5cd5580

Browse files
committed
~ Cleaned up some leftovers
1 parent 2fb4016 commit 5cd5580

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kotlinx-coroutines-core/common/src/flow/AbstractSharedFlow.kt

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import kotlinx.coroutines.flow.internal.*
1010
import kotlinx.coroutines.internal.*
1111
import kotlin.coroutines.*
1212

13-
// Note: Always guarantee FIFO processing of slots by keeping a doubly-linked list of them
1413
internal abstract class AbstractSharedFlowSlot<F> {
1514
abstract fun allocateLocked(flow: F): Boolean
1615
abstract fun freeLocked(flow: F): List<Continuation<Unit>>? // returns a list of continuation to resume after lock

0 commit comments

Comments
 (0)