Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt399 is InactiveNodeList -> { // LIST state -- inactive with a list of completion handlers in <lambda>()
526 val update = if (state.isActive) list else InactiveNodeList(list) in <lambda>()
1375 internal class InactiveNodeList( class