Does this version expose its worker group for inte...
# server
d
Does this version expose its worker group for integration w/ Ktor? I need parts of vert.x like async db and health checks, but while using ktor for handling hte actual requests.. but it has its own thread pool. If vert.x would expose its thread pool, we could either make ktor use it, or get ktor to set vert.x's thread pool...