| Package | Description |
|---|---|
| net.openhft.chronicle.core.threads |
Provides classes and interfaces for thread management and scheduling in an
event-driven programming model.
|
| net.openhft.chronicle.core.time |
| Class and Description |
|---|
| TimeProvider
Defines an interface for providing high-resolution wall-clock timestamps.
|
| Class and Description |
|---|
| PosixTimeProvider
Provides time based on the Posix standard, particularly utilizing native code
to access high-resolution time.
|
| SetTimeProvider
A
TimeProvider implementation that allows explicit setting and manipulation of time values
for testing purposes. |
| SystemTimeProvider
SystemTimeProvider synthesises a nanosecond wall-clock time via System.nanoTime deltas in combination with System.currentTimeMillis.
|
| TimeProvider
Defines an interface for providing high-resolution wall-clock timestamps.
|
| UniqueMicroTimeProvider
A
TimeProvider implementation that ensures unique timestamps across threads within a single process. |
Copyright © 2024. All rights reserved.