Class ScheduledExecutorCompletionService<V>

  • All Implemented Interfaces:
    CompletionService<V>

    public class ScheduledExecutorCompletionService<V>
    extends Object
    implements CompletionService<V>
    A CompletionService that allows solvers to be scheduled. This implementation borrows a lot from ExecutorCompletionService, which sadly is not designed to be extensible.
    Author:
    Guus der Kinderen, guus@goodbytes.nl