Uses of Interface
com.tccc.kos.commons.util.Cancelable
Packages that use Cancelable
-
Uses of Cancelable in com.tccc.kos.commons.util
Subinterfaces of Cancelable in com.tccc.kos.commons.utilModifier and TypeInterfaceDescriptioninterfaceInterface for objects that are bothCancelableandAbortable. -
Uses of Cancelable in com.tccc.kos.commons.util.concurrent.future
Classes in com.tccc.kos.commons.util.concurrent.future that implement CancelableModifier and TypeClassDescriptionclassA future that immediately fails when started.classThis is the kOS equivalent of Java'sFutureTask.classAllows a collection of individual futures to be run in parallel, where the overall state ofParallelFuturereflects the result of the child futures.classAllows a list of individual futures to be run in sequence, where the overall state ofSequencedFuturereflects the result of the sequence.