Home
last modified time | relevance | path

Searched refs:forEachReversed (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DInlineList.kt34 public inline fun forEachReversed(action: (E) -> Unit) { in forEachReversed() method in kotlinx.coroutines.internal.InlineList
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt322 closedList.forEachReversed { it.resumeReceiveClosed(closed) } in <lambda>()
671 list.forEachReversed { it.resumeSendClosed(closed) } in onCancelIdempotent()