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

com.huanshankeji.vertx.core.Vertx.kt Maven / Gradle / Ivy

There is a newer version: 0.6.1
Show newest version
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