| Package | Description |
|---|---|
| net.openhft.chronicle.core.threads |
Provides classes and interfaces for thread management and scheduling in an
event-driven programming model.
|
| Class and Description |
|---|
| CleaningThreadLocal
The CleaningThreadLocal class extends ThreadLocal and ensures that the resources held by
a CleaningThread are cleaned up if the thread dies.
|
| EventHandler
Represents a handler for events within an event loop.
|
| EventLoop
EventLoop represents an event-driven loop responsible for processing event handlers.
|
| HandlerPriority
Enum representing different priority levels for event handlers in an event loop.
|
| InvalidEventHandlerException
Represents an exception that is thrown when an event handler is invalid or
needs to be removed from an event loop.
|
| VanillaEventHandler
Represents an event handler that performs actions within an event loop.
|
Copyright © 2024. All rights reserved.