vertx / io.vertx.kotlin.core / io.vertx.core.Future / onCompleteAwait

onCompleteAwait

suspend fun <T> Future<T>.onCompleteAwait(): T

Suspending version of method io.vertx.core.Future.onComplete

Return

T

NOTE: This function has been automatically generated from io.vertx.core.Future using Vert.x codegen.