Uses of Interface
io.github.lukehutch.fastclasspathscanner.utils.WorkQueue.WorkQueuePreStartHook
-
Packages that use WorkQueue.WorkQueuePreStartHook Package Description io.github.lukehutch.fastclasspathscanner.utils -
-
Uses of WorkQueue.WorkQueuePreStartHook in io.github.lukehutch.fastclasspathscanner.utils
Methods in io.github.lukehutch.fastclasspathscanner.utils with parameters of type WorkQueue.WorkQueuePreStartHook Modifier and Type Method Description static <U> void
WorkQueue. runWorkQueue(Collection<U> elements, ExecutorService executorService, int numParallelTasks, WorkQueue.WorkUnitProcessor<U> workUnitProcessor, WorkQueue.WorkQueuePreStartHook<U> workQueuePreStartHook, InterruptionChecker interruptionChecker, LogNode log)
Start a work queue on the elements in the provided collection, blocking until all work units have been completed.
-