public static class HashWheelTimer.SleepWait extends Object implements HashWheelTimer.WaitStrategy
Constructor and Description |
---|
SleepWait() |
Modifier and Type | Method and Description |
---|---|
void |
waitUntil(long deadlineMilliseconds)
Wait until the given deadline,
|
public void waitUntil(long deadlineMilliseconds) throws InterruptedException
HashWheelTimer.WaitStrategy
waitUntil
in interface HashWheelTimer.WaitStrategy
deadlineMilliseconds
- deadline to wait for, in millisecondsInterruptedException
Copyright © 2016. All rights reserved.