Package org.aksw.commons.util.concurrent
-
Class Summary Class Description CompletableFutureDelegate<T> CompletableFuture with a delegate that can be set at most once.CompletionTracker CountingCompletionService<V> Source: http://stackoverflow.com/questions/9987019/how-to-know-when-a-completionservice-is-finished-delivering-results http://www.javaspecialists.eu/archive/Issue214.htmlExecutorServiceUtils ScheduleOnce Class to schedule a task after a certain delay and ensure that it only executes once.ScheduleOnce2 Class to schedule a task after a certain delay and ensure that it only executes once.