public static class HashWheelTimer.YieldingWait extends java.lang.Object implements HashWheelTimer.WaitStrategy
| Constructor and Description |
|---|
YieldingWait() |
| Modifier and Type | Method and Description |
|---|---|
void |
waitUntil(long deadlineMilliseconds)
Wait until the given deadline,
|
public void waitUntil(long deadlineMilliseconds)
throws java.lang.InterruptedException
HashWheelTimer.WaitStrategywaitUntil in interface HashWheelTimer.WaitStrategydeadlineMilliseconds - deadline to wait for, in millisecondsjava.lang.InterruptedException