Uses of Package
statalign.base.thread

Packages that use statalign.base.thread
statalign.base   
statalign.base.thread   
 

Classes in statalign.base.thread used by statalign.base
MainThread
          The main (suspendable) thread for background MCMC calculation.
Stoppable
          Ancestor for classes that can define potential "stopping points" in (some of) their methods when called from within a StoppableThread.
StoppedException
          Exception to be thrown by StoppableThread's stoppable() method when termination of the thread has been previously requested by an external thread (by calling stopSoft()).
 

Classes in statalign.base.thread used by statalign.base.thread
StoppableThread
          Objects of this class can be used in place of a Thread object if it is intended that they can be stopped or suspended "softly" by an external thread.
StoppedException
          Exception to be thrown by StoppableThread's stoppable() method when termination of the thread has been previously requested by an external thread (by calling stopSoft()).