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

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

package com.malinskiy.marathon.config.vendor.apple

import com.fasterxml.jackson.annotation.JsonProperty

data class ThreadingConfiguration(
    @JsonProperty("deviceProviderThreads") val deviceProviderThreads: Int = 8,
    @JsonProperty("deviceThreads") val deviceThreads: Int = 2,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy