| Package | Description |
|---|---|
| net.openhft.chronicle.core.threads |
Provides classes and interfaces for thread management and scheduling in an
event-driven programming model.
|
| Modifier and Type | Method and Description |
|---|---|
static InvalidEventHandlerException |
InvalidEventHandlerException.reusable()
Returns a reusable, pre-created, InvalidEventHandlerException that is
unmodifiable and contains no stack trace.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CancellableTimer.ScheduledEventHandler.action() |
boolean |
VanillaEventHandler.action()
Performs an action corresponding to some amount of work and returns a boolean indicating whether
it is expected that a subsequent call to this method would result in additional work being carried out.
|
Copyright © 2024. All rights reserved.