public static class HashWheelTimer.YieldingWait extends 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 InterruptedException
HashWheelTimer.WaitStrategywaitUntil in interface HashWheelTimer.WaitStrategydeadlineMilliseconds - deadline to wait for, in millisecondsInterruptedExceptionCopyright © 2016. All rights reserved.