Enum Class KiwiFutures.FutureState

java.lang.Object
java.lang.Enum<KiwiFutures.FutureState>
org.kiwiproject.beta.concurrent.KiwiFutures.FutureState
All Implemented Interfaces:
Serializable, Comparable<KiwiFutures.FutureState>, Constable
Enclosing class:
KiwiFutures

public static enum KiwiFutures.FutureState extends Enum<KiwiFutures.FutureState>
Represents the state of a Future.
Implementation Note:
This is a copy of the Future.State enum that was added in JDK 19.