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

com.huanshankeji.vertx.NativeTransport.kt Maven / Gradle / Ivy

There is a newer version: 0.6.1
Show newest version
package com.huanshankeji.vertx

import com.huanshankeji.vertx.kotlin.coroutines.use
import io.vertx.core.Vertx
import io.vertx.kotlin.core.vertxOptionsOf

suspend fun isNativeTransportEnabled() =
    Vertx.vertx(vertxOptionsOf(preferNativeTransport = true)).use { it.isNativeTransportEnabled }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy