Uses of Class
io.helidon.common.configurable.ThreadPool
Packages that use ThreadPool
-
Uses of ThreadPool in io.helidon.common.configurable
Methods in io.helidon.common.configurable that return types with arguments of type ThreadPoolModifier and TypeMethodDescriptionstatic Optional<ThreadPool> ThreadPool.asThreadPool(ExecutorService executor) Returns the given executor as aThreadPoolif possible.