The state of a future that's still not resolved.
This API is still experimental, so it may change or be removed in future versions. You should not rely on it for production applications.
The state of a future that's still not resolved.
A textual representation of the state
A container of methods for the variant.
A textual representation of the state
The constructor for the variant
The internal tag of the variant.
The internal type of the variant.
True if the value is an instance of the state.
Part of the Setoid instance for Fantasy Land 2.x+. See the equals
method for details.
Allows a function to provide functionality to variants in an union.
The constructor for the variant
The variants in the ExecutionState
True if the value is any execution state instance.
The state of a future that has been cancelled.
The state of a future that's still not resolved.
The state of a future that has been resolved with a failure.
The state of a future that has been successfully resolved with a value.
Pending() {
return {};
}