Uses of Package
com.tccc.kos.commons.util.concurrent
Packages that use com.tccc.kos.commons.util.concurrent
Package
Description
Contains various utility classes and interfaces used throughout the system.
Contains utility classes and interfaces related to timers,
callbacks, and futures.
-
Classes in com.tccc.kos.commons.util.concurrent used by com.tccc.kos.commons.utilClassDescriptionSystem component that provides access to standard thread pools used throughout the kOS system.
-
Classes in com.tccc.kos.commons.util.concurrent used by com.tccc.kos.commons.util.concurrentClassDescriptionClass that supports single (one-shot) or recurring callbacks, allows the delay to be adjusted while the timer is running, and has variance support to add a degree of randomness to the timer.Base class for various callback classes.Class that triggers a callback after the configured delay.