| Package | Description |
|---|---|
| net.openhft.chronicle.core.threads |
| Modifier and Type | Method and Description |
|---|---|
static <T> CleaningThreadLocal<T> |
CleaningThreadLocal.withCleanup(Supplier<T> supplier,
ThrowingConsumer<T,Exception> cleanup) |
static <T> CleaningThreadLocal<T> |
CleaningThreadLocal.withCleanup(Supplier<T> supplier,
ThrowingConsumer<T,Exception> cleanup,
Function<T,T> getWrapper)
Deprecated.
|
static <T> CleaningThreadLocal<T> |
CleaningThreadLocal.withCleanup(ThrowingConsumer<T,Exception> cleanup) |
static <T> CleaningThreadLocal<T> |
CleaningThreadLocal.withCloseQuietly()
Deprecated.
|
static <T> CleaningThreadLocal<T> |
CleaningThreadLocal.withCloseQuietly(Supplier<T> supplier) |
Copyright © 2020. All rights reserved.