toggle menu
kotlin-common
jvm
switch theme
search in API
kotlin-common-vertx-with-context-receivers
/
com.huanshankeji.vertx.kotlin.coroutines.ext.web
/
coroutineHandler
coroutine
Handler
fun
coroutineHandler
(
requestHandler
:
suspend
(
RoutingContext
)
->
Unit
)
:
Route
(
source
)
Like
Route.handler
but with a suspend function as
requestHandler
.