Package com.inductiveautomation.perspective.gateway.threading
- 
Interface Summary Interface Description BlockingCancelableTask<T> Extension of Callable that supports being canceled.
- 
Class Summary Class Description BlockingTaskQueue Helps to manage threading for a series of tasks.BlockingTaskQueue.Builder BlockingWork PerspectivePollingBlockingTask A polling blocking task that looks up its rate from a property tree and is reactive to the rate changing.PerspectivePollingFuture<V> Manages a polling task that looks up its rate from a property tree and is reactive to the rate changing.
- 
Enum Summary Enum Description BlockingTaskQueue.ShutdownBehavior 
- 
Exception Summary Exception Description BlockingWork.NoBlockingWorkAllowedException QueueOverflowException QueueShutdownException TaskTimedOutException