Uses of Class
edu.rice.cs.plt.concurrent.IncrementalTaskController.PausingState

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

Uses of IncrementalTaskController.PausingState in edu.rice.cs.plt.concurrent
 

Subclasses of IncrementalTaskController.PausingState 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.StartedPausingState
          A PausingState that has been started while waiting for the pause to complete.