Package com.peterphi.std.threading
package com.peterphi.std.threading
-
ClassDescriptionSimplifies the creation of long-running daemon threadsRepresents a deadline (some point in the future - generally, a time by which some operation should be completed)A special ParamRunnable which runs synchronously once prepare() is calledA class encapsulating the Runnable idea, mixed with Callable - instead of having a return type, this takes an argument to be passed to the
run
methodThe Runnable shell in which a ParamRunnable is wrapped once itsprepare()
method is calledA wrapper type which takes a Callable and turns it into a RunnableFutureA simple Future whose value will be set at some later dateCreated by bmcleod on 06/09/2016.Represents an immutable Timeout (ie.