The current state of the Future.
get (Future 'f 's) => ExecutionState 'f 's
get _state() { throw new TypeError('Future.prototype._state should be implemented in an inherited object.'); }