Class ExecutionGroup

java.lang.Object
com.complexible.common.util.concurrent.ExecutionGroup

public abstract class ExecutionGroup extends Object
A very light-weight utility class to make it easier to run a set of tasks together and wait until all those jobs end. The tasks can be run concurrently or sequentially depending on what kind of group has been created.
Since:
0.9
Version:
2.0
Author:
Evren Sirin, Michael Grove