Uses of Class
edu.rice.cs.plt.concurrent.TaskController.ComputingState

Packages that use TaskController.ComputingState
edu.rice.cs.plt.concurrent Contains tools to support safe multi-threaded programs. 
 

Uses of TaskController.ComputingState in edu.rice.cs.plt.concurrent
 

Subclasses of TaskController.ComputingState in edu.rice.cs.plt.concurrent
protected  class IncrementalTaskController.CanceledPausingState
          A PausingState that has been canceled while waiting for the pause to complete.
protected  class IncrementalTaskController.FreshPausingState
          Simple instance of PausingState.
protected  class IncrementalTaskController.PausedStartingState
          A StartingState that has been paused while waiting for startup to complete.
protected  class IncrementalTaskController.PausingState
          pause() has been invoked on a RunningState, but the task has not yet paused.
protected  class IncrementalTaskController.StartedPausingState
          A PausingState that has been started while waiting for the pause to complete.
protected  class PollingTaskController.PollingCancelingState
          CancelingState variant based on a PollingRunner.
protected  class PollingTaskController.PollingRunningState
          RunningState variant based on a PollingRunner.
protected  class TaskController.CanceledStartingState
          A StartingState that has been canceled while waiting for startup to complete.
protected  class TaskController.CancelingState
          Canceled while running; waiting for termination to complete.
protected  class TaskController.FreshStartingState
          Simple instance of StartingState.
protected  class TaskController.RunningState
          Startup has completed and we're waiting for a result.
protected  class TaskController.StartingState
          FreshState.start() has been invoked, but startup is not yet complete.