Why does `suspend fun time(ctx: RoutingContext)` ...
# coroutines
j
Why does
suspend fun time(ctx: RoutingContext)
not satisfy
asyncHandler(fn: suspend (RoutingContext) -> Unit)