protected static class SuperClock.SleepState
extends java.lang.Object
Encapsulates thread-specific sleep state.
Modifier and Type | Field and Description |
---|---|
double |
accumulator
Accumulated sleep backlog in accelseconds iff we're accumulating
sleep.
|
double |
start
Start of the current sleep in accelseconds if we're sleeping to
deadline.
|
Modifier | Constructor and Description |
---|---|
protected |
SuperClock.SleepState() |