/vertx-lang-kotlin

Kotlin lang for Vert.x 3

Primary LanguageKotlin

vertx-lang-kotlin

Kotlin language support for vert.x3

Language

See http://vertx.io/docs/vertx-core/kotlin/

Coroutines

Synchronous yet non-EventLoop-thread-blocking verticle made with Kotlin coroutines

This project provide a set of utilities that allow you to perform asynchronous operations and receive events in a synchronous way, but without blocking event loop threads.

For more information, please look into doc or example.