An instance of will create a block of threads of the specified size. Each thread will be assigned to run a specified Runnable instance. The threads will then all wait at a latch until the go method is called. The go method will not return until all of the Runnables have completed. @author Avalon Development Team @version $Id: LatchedThreadGroup.java,v 1.2 2004/03/29 16:50:37 mcconnell Exp $
|
|
|
|
|
|
|
|