Page MenuHomePhabricator

Resolve all futures inside FutureIterator
ClosedPublic

Authored by epriestley on Feb 26 2020, 7:34 PM.
Tags
None
Referenced Files
F18780549: D21033.id.diff
Sun, Oct 12, 5:11 PM
F18773200: D21033.diff
Thu, Oct 9, 8:06 AM
F18756190: D21033.id50102.diff
Sun, Oct 5, 9:57 AM
F18746623: D21033.id50139.diff
Fri, Oct 3, 12:58 PM
F18734170: D21033.id.diff
Tue, Sep 30, 10:49 PM
F18606989: D21033.diff
Sat, Sep 13, 10:55 PM
F18567680: D21033.id.diff
Sep 9 2025, 4:05 PM
F18377416: D21033.id50103.diff
Aug 28 2025, 12:57 PM
Subscribers
None

Details

Summary

Depends on D21032. Ref T11968. Currently, "Future" and "FutureIterator" can both resolve futures.

Treat "Future->resolve()" as sugar on resolving an iterator of size 1.

Test Plan

Ran tests, created this revision.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

  • Also remove uncalled "checkException()" method.
This revision was not accepted when it landed; it landed in state Needs Review.Mar 29 2020, 5:18 PM
This revision was automatically updated to reflect the committed changes.