Searched defs:globalQueue (Results 1 – 2 of 2) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/ | ||
D | WorkQueueTest.kt | 47 val globalQueue = GlobalQueue() in <lambda>() constant |
D | WorkQueueStressTest.kt | 18 private val globalQueue = GlobalQueue() // only producer will use it constant in kotlinx.coroutines.scheduling.WorkQueueStressTest |