Class WorkQueue<T>

  • Type Parameters:
    T - The work unit type.
    All Implemented Interfaces:
    AutoCloseable

    public class WorkQueue<T>
    extends Object
    implements AutoCloseable
    A parallel work queue.