Searched refs:otherFactories (Results 1 – 1 of 1) sorted by relevance
13 val otherFactories = allFactories.filter { it !== this } in createDispatcher() constant14 …val secondBestFactory = otherFactories.maxByOrNull { it.loadPriority } ?: MissingMainCoroutineDisp… in createDispatcher()15 val dispatcher = secondBestFactory.tryCreateDispatcher(otherFactories) in createDispatcher()