enum FutureState
enum FutureState {
UNRESOLVED,
ACCEPTED,
REJECTED,
}
👎 Deprecated since 3.0.0
The different progress states of a Future
.
enum FutureState {
UNRESOLVED,
ACCEPTED,
REJECTED,
}
👎 Deprecated since 3.0.0
The different progress states of a Future
.