Uses of Interface
nonapi.io.github.classgraph.concurrency.WorkQueue.WorkUnitProcessor
Packages that use WorkQueue.WorkUnitProcessor
-
Uses of WorkQueue.WorkUnitProcessor in nonapi.io.github.classgraph.concurrency
Methods in nonapi.io.github.classgraph.concurrency with parameters of type WorkQueue.WorkUnitProcessorModifier and TypeMethodDescriptionstatic <U> voidWorkQueue.runWorkQueue(Collection<U> elements, ExecutorService executorService, InterruptionChecker interruptionChecker, int numParallelTasks, LogNode log, WorkQueue.WorkUnitProcessor<U> workUnitProcessor) Start a work queue on the elements in the provided collection, blocking until all work units have been completed.