Searched refs:PARALLEL_QUEUE_CAPACITY (Results 1 – 1 of 1) sorted by relevance
48 private const val PARALLEL_QUEUE_CAPACITY = 10 in <lambda>() constant157 private val queue = ArrayBlockingQueue<Any>(PARALLEL_QUEUE_CAPACITY) in <lambda>()