Uses of Package
com.tccc.kos.commons.util.concurrent.future
Packages that use com.tccc.kos.commons.util.concurrent.future
Package
Description
-
-
Classes in com.tccc.kos.commons.util.concurrent.future used by com.tccc.kos.commons.util.concurrent.futureClassDescriptionTypes of
FutureWork
callback events.A functional interface for associating runnable code with a future, whether the primary code of the future or callbacks based on future events.PossibleFutureWork
states, which are: SUCCESS: the operation successfully ran to completion FAIL: the operation ran to completion but failed CANCEL: the operation was cancelled by the user ABORT: the operation was aborted by the softwareThis is the kOS equivalent of Java'sFutureTask
. -
-
-
Classes in com.tccc.kos.commons.util.concurrent.future used by com.tccc.kos.core.service.firmware