racerunner is a handy and reliable Java component designed to provide users with possibilities to stop multiple threads that are active inside the same process.
This is useful for instance, when you have more than one thread working on the same problem and one of them finds the solution. You can stop the others for minimizing work times.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· improved javadoc - added new demo
· general refactoring - javadoc
· renamed ResultListener to RaceListener - renamed method notifyResult