Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/src/
DTestBuilders.kt47 val startingJobs = safeContext.activeJobs() in runBlockingTest() constant
58 if ((endingJobs - startingJobs).isNotEmpty()) { in runBlockingTest()