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