| Package | Description |
|---|---|
| net.openhft.chronicle.testframework |
The
net.openhft.chronicle.testframework package provides a collection of utility classes and enums
for various common programming tasks, such as handling closeable resources, generating combinations and permutations,
building delegator instances, managing executor services, handling flaky tests, interacting with garbage collection,
providing network-related functionalities, generating series of numbers, and thread-related functionalities. |
| Modifier and Type | Method and Description |
|---|---|
static ThreadUtil |
ThreadUtil.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreadUtil[] |
ThreadUtil.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.