kotlin-common
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kotlin-common
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
.