All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.malinskiy.marathon.config.vendor.android.ThreadingConfiguration.kt Maven / Gradle / Ivy

package com.malinskiy.marathon.config.vendor.android

data class ThreadingConfiguration(
    val bootWaitingThreads: Int = 4,
    val adbIoThreads: Int = 4,
    val installThreads: Int = 8,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy