Uses of Class
org.apache.commons.lang3.concurrent.BackgroundInitializer.Builder
Package
Description
Provides support classes for multi-threaded programming.
-
Uses of BackgroundInitializer.Builder in org.apache.commons.lang3.concurrent
Modifier and TypeMethodDescriptionstatic <T> BackgroundInitializer.Builder<BackgroundInitializer<T>,
T> BackgroundInitializer.builder()
Creates a new builder.BackgroundInitializer.Builder.setExternalExecutor
(ExecutorService externalExecutor) Sets the external executor service for executing tasks. null is a permitted value.