change: - perform a major refactoring on TerminableCallable by putting the...
change: - perform a major refactoring on TerminableCallable by putting the thread guard stuff to a class of its own (ThreadGuard) - ensure the TerminableCallable doesn't get started if it is cancelled or terminated before it starts running - remove the hasCleanedUp() and waitForCleanedUp() methods - remove the waitForStarted() method SVN: 6653
Please register or sign in to comment