- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for nameSupplier (0.07 sec)
-
guava/src/com/google/common/util/concurrent/MoreExecutors.java
checkNotNull(executor); checkNotNull(nameSupplier); return command -> executor.execute(threadRenaming(command, nameSupplier)); } /** * Creates an {@link ExecutorService} that renames the {@link Thread threads} that its tasks run * in. * * <p>The names are retrieved from the {@code nameSupplier} on the thread that is being renamed
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Oct 08 18:55:33 UTC 2025 - 45.2K bytes - Viewed (0) -
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiTypeProvider.kt
data class ApiFunctionParameter( internal val index: Int, internal val isVarargs: Boolean, private val nameSupplier: () -> String?, internal val typeBinaryName: String, val type: ApiTypeUsage ) { internal val name: String? by unsafeLazy { nameSupplier() } } private fun ApiTypeProvider.Context.apiTypeUsageFor( binaryName: String,
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Mar 12 15:56:18 UTC 2025 - 20.2K bytes - Viewed (0)