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

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

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

Subclasses of TaskController.StartingState in edu.rice.cs.plt.concurrent
protected  class IncrementalTaskController.PausedStartingState
          A StartingState that has been paused while waiting for startup to complete.
protected  class TaskController.CanceledStartingState
          A StartingState that has been canceled while waiting for startup to complete.
protected  class TaskController.FreshStartingState
          Simple instance of StartingState.