public class Joiner extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Joiner.Status
status values returned from child add method
|
Constructor and Description |
---|
Joiner(int max) |
Modifier and Type | Method and Description |
---|---|
Joiner.Status |
addChild(Thread thread) |
int |
getMax() |
boolean |
joinChildren(Thread thread,
long millis) |
public int getMax()
public Joiner.Status addChild(Thread thread)
public boolean joinChildren(Thread thread, long millis)
Copyright © 2017. All Rights Reserved.