Uses of Class
io.helidon.common.configurable.ThreadPool
-
Packages that use ThreadPool Package Description io.helidon.common.configurable General utilities that useConfig
. -
-
Uses of ThreadPool in io.helidon.common.configurable
Methods in io.helidon.common.configurable that return types with arguments of type ThreadPool Modifier and Type Method Description static Optional<ThreadPool>
ThreadPool. asThreadPool(ExecutorService executor)
Returns the given executor as aThreadPool
if possible.
-