Interface | Description |
---|---|
Sleeper |
An interface for a utility which provides a sleep method.
|
Class | Description |
---|---|
ExponentialTimer |
The
ExponentialTimer can be used for generating a sequence of events that are
exponentially distributed in time. |
ThreadSleeper |
A sleeping utility which delegates to Thread.sleep().
|
TimeContext |
Context for managing time.
|
Enum | Description |
---|---|
ExponentialTimer.Result |
Represents the result of
ExponentialTimer.tick() . |
Copyright © 2023. All Rights Reserved.