Class WorkQueue
-
- All Implemented Interfaces:
public final class WorkQueue
A queue for work. I know, it's a crazy name for this.
-
-
Field Summary
Fields Modifier and Type Field Description private final ConcurrentLinkedQueue<Entry.Map<Runnable, Integer>>
queue
private final SidedThreadGroup
threadGroup
-
Constructor Summary
Constructors Constructor Description WorkQueue(SidedThreadGroup threadGroup)
-