The vertx-lang-kotlin-coroutines integrates Kotlin coroutines for performing asynchronous operations and processing events . This results in using a programming model that looks like sequential code, yet it does not block kernel threads.
Read moreWhat are coroutines Kotlin?
A coroutine is a concurrency design pattern that you can use on Android to simplify code that executes asynchronously . Coroutines were added to Kotlin in version 1.3 and are based on established concepts from other languages.
Read more