Uses of Interface
com.tccc.kos.commons.util.Abortable
Packages that use Abortable
-
Uses of Abortable in com.tccc.kos.commons.util
Subinterfaces of Abortable in com.tccc.kos.commons.utilModifier and TypeInterfaceDescriptioninterface
Interface for objects that are bothCancelable
andAbortable
. -
Uses of Abortable in com.tccc.kos.commons.util.concurrent.future
Classes in com.tccc.kos.commons.util.concurrent.future that implement AbortableModifier and TypeClassDescriptionclass
A future that immediately fails when started.class
This is the kOS equivalent of Java'sFutureTask
.class
Allows a collection of individual futures to be run in parallel, where the overall state ofParallelFuture
reflects the result of the child futures.class
Allows a list of individual futures to be run in sequence, where the overall state ofSequencedFuture
reflects the result of the sequence.