Utility classes commonly useful in concurrent programming.
-
static enum
Represents the computation state.
CompletableFuture.state()
Returns the computation state.
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.