The variants in the ExecutionState
This API is still experimental, so it may change or be removed in future versions. You should not rely on it for production applications.
Array Variant
The variants in the ExecutionState
The state of a future that's still not resolved.
The state of a future that has been cancelled.
The state of a future that has been successfully resolved with a value.
The state of a future that has been resolved with a failure.
values(variants)