Registry / networking / vertx-lang-kotlin-coroutines

vertx-lang-kotlin-coroutines

JSON →
library4.5.11javamavenunverified

Kotlin coroutine support for Vert.x, enabling asynchronous programming with coroutines.

<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-lang-kotlin-coroutines</artifactId> <version>4.5.11</version> </dependency>
INSTALL
IMPORT
SIG · VERTX-LANG-KOTLIN-
V
vertx-lang-kotlin-coroutines
networkingjavav4.5.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

awaitSuspending
io.vertx.kotlin.coroutines.awaitSuspending

Read a file using coroutines

import io.vertx.kotlin.coroutines.awaitSuspending import io.vertx.core.Vertx import kotlinx.coroutines.runBlocking fun main() = runBlocking { val vertx = Vertx.vertx() val result = vertx.fileSystem().readFile("test.txt").awaitSuspending() println(result.toString()) vertx.close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.5.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
OpenAI (training)
1
Resources
vertx-lang-kotlin-coroutines — mvn dependency:get vertx-lang-kotlin-coroutines · libregistry