Page MenuHomePhabricator

Resolve all futures inside FutureIterator
ClosedPublic

Authored by epriestley on Feb 26 2020, 7:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 8:17 AM
Unknown Object (File)
Sun, Apr 7, 12:40 AM
Unknown Object (File)
Fri, Apr 5, 4:03 PM
Unknown Object (File)
Sat, Mar 30, 9:02 AM
Unknown Object (File)
Feb 24 2024, 5:00 PM
Unknown Object (File)
Feb 8 2024, 1:59 PM
Unknown Object (File)
Feb 3 2024, 11:47 PM
Unknown Object (File)
Feb 1 2024, 4:47 AM
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.