Package statalign.base.thread

Class Summary
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.
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.
 

Exception Summary
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()).