| 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 |
|---|---|
default void |
ThreadLock.lock()
Deprecated.
Lock the resource using the current OS thread id.
|
void |
ThreadLock.lock(int osThreadId)
Deprecated.
Lock the resource using a threadId
|
Copyright © 2023. All rights reserved.