resolveRace: function(iterables) {
            this.validatePromiseState();
            this.validateIterables(iterables);
            this.doResolveRace(iterables);
            return this;