toggle menu
kotlin-common
jvm
switch theme
search in API
kotlin-common-vertx
/
com.huanshankeji.vertx.kotlin.coroutines
/
use
use
inline suspend
fun
<
R
>
Vertx
.
use
(
block
:
(
Vertx
)
->
R
)
:
R
(
source
)
Execute the
block
code and close the
Vertx
instance like
kotlin.use
on an
AutoCloseable
.