Uses of Class
nonapi.io.github.classgraph.concurrency.WorkQueue.WorkUnitWrapper
-
Packages that use WorkQueue.WorkUnitWrapper Package Description nonapi.io.github.classgraph.concurrency -
-
Uses of WorkQueue.WorkUnitWrapper in nonapi.io.github.classgraph.concurrency
Fields in nonapi.io.github.classgraph.concurrency with type parameters of type WorkQueue.WorkUnitWrapper Modifier and Type Field Description private java.util.concurrent.BlockingQueue<WorkQueue.WorkUnitWrapper<T>>
WorkQueue. workUnits
The queue of work units.
-