Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for JavaSystemPropertiesAsyncIOScopeSettings (5.6 sec)

  1. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/concurrent/BuildServices.kt

            DefaultAsyncIOScopeFactory { executorFactory.create("Kotlin DSL Writer", 1) }
    }
    
    
    internal
    interface AsyncIOScopeSettings {
        val ioActionTimeoutMs: Long
    }
    
    
    internal
    class JavaSystemPropertiesAsyncIOScopeSettings : AsyncIOScopeSettings {
    
        companion object {
            const val IO_ACTION_TIMEOUT_SYSTEM_PROPERTY = "org.gradle.kotlin.dsl.internal.io.timeout"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top