Uses of Interface
io.vertx.core.spi.ExecutorServiceFactory
-
Packages that use ExecutorServiceFactory Package Description io.vertx.core.spi -
-
Uses of ExecutorServiceFactory in io.vertx.core.spi
Fields in io.vertx.core.spi declared as ExecutorServiceFactory Modifier and Type Field Description static ExecutorServiceFactory
ExecutorServiceFactory. INSTANCE
Default instance that delegates toExecutors.newFixedThreadPool(int, ThreadFactory)
-