Searched defs:activeChildren (Results 1 – 1 of 1) sorted by relevance
336 val activeChildren = scope.children.filter(Job::isActive).toList() in runTest() constant539 val activeChildren = coroutine.children.filter { it.isActive }.toList() in handleTimeout() constant