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. |