toggle menu
kotlin-common
jvm
switch theme
search in API
kotlin-common-vertx-with-context-receivers
/
com.huanshankeji.vertx.kotlin.coroutines.ext.web
/
checkedCoroutineHandler
checked
Coroutine
Handler
fun
checkedCoroutineHandler
(
requestHandler
:
suspend
(
RoutingContext
)
->
Unit
)
:
Route
(
source
)
Like
coroutineHandler
and calls
RoutingContext.fail
if a
Throwable
is thrown in
requestHandler
.