Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt250 val actuallyClosed = if (closeAdded) closed else queue.prevNode as Closed<*> in <lambda>() constant
251 helpClose(actuallyClosed) in <lambda>()