Class CountingCompletionService<V>

  • Type Parameters:
    V -
    All Implemented Interfaces:
    CompletionService<V>

    public class CountingCompletionService<V>
    extends ExecutorCompletionService<V>
    Source: http://stackoverflow.com/questions/9987019/how-to-know-when-a-completionservice-is-finished-delivering-results http://www.javaspecialists.eu/archive/Issue214.html
    Author:
    raven