com.huanshankeji.vertx.core.Vertx.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-common-vertx Show documentation
Show all versions of kotlin-common-vertx Show documentation
Huanshankeji's common code libraries in Kotlin
package com.huanshankeji.vertx.core
import io.vertx.core.Verticle
import io.vertx.core.Vertx
import io.vertx.core.impl.cpu.CpuCoreSensor
import io.vertx.kotlin.core.deploymentOptionsOf
import java.util.function.Supplier
fun Vertx.deployVerticleOnAllCores(verticleSupplier: Supplier) =
deployVerticle(verticleSupplier, deploymentOptionsOf(instances = CpuCoreSensor.availableProcessors()))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy