vertx / io.vertx.kotlin.core / io.vertx.core.Context

Extensions for io.vertx.core.Context

executeBlockingAwait

suspend fun <T> Context.executeBlockingAwait(blockingCodeHandler: Handler<Future<T>>, ordered: Boolean): T?

Safely execute some blocking code.

suspend fun <T> Context.executeBlockingAwait(blockingCodeHandler: Handler<Future<T>>): T?

Invoke io.vertx.core.Context with order = true.