| Package | Description |
|---|---|
| net.openhft.chronicle.core.io |
The resource management package provides classes and interfaces for managing the lifecycle of
resources such as files, streams, and memory buffers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnsafeCloseable
An abstract base class for resources that use the
Unsafe class for low-level memory operations. |
| Modifier and Type | Method and Description |
|---|---|
static void |
BackgroundResourceReleaser.release(AbstractCloseable closeable)
Releases the specified closeable resource.
|
Copyright © 2024. All rights reserved.