| Package | Description |
|---|---|
| net.openhft.chronicle.core.pool | |
| net.openhft.chronicle.core.scoped |
| Class and Description |
|---|
| ScopedResourcePool
A pool of resources, whereby a lease is taken on an instance
by calling
ScopedResourcePool.get() and that lease is relinquished when
ScopedResource.close() is called. |
| Class and Description |
|---|
| ScopedResource
A short-lived handle to a shared resource.
|
| ScopedResourcePool
A pool of resources, whereby a lease is taken on an instance
by calling
ScopedResourcePool.get() and that lease is relinquished when
ScopedResource.close() is called. |
| ScopedThreadLocal
Bounded per-thread pool of
ScopedResource instances. |
Copyright © 2026 Chronicle Software Ltd. All rights reserved.