Package | Description |
---|---|
net.grinder.util.thread |
Threading utilities.
|
Modifier and Type | Method and Description |
---|---|
void |
Condition.waitNoInterrruptException()
Wait until we are notified, or receive an
InterruptedException . |
void |
Condition.waitNoInterrruptException(long timeout)
Wait until we are notified, time out, or receive an
InterruptedException . |
Copyright © 2000-2014. All Rights Reserved.