Page MenuHomePhabricator

Remove the "timeout" parameter from "Future->resolve()"
ClosedPublic

Authored by epriestley on Feb 26 2020, 4:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 29, 7:30 AM
Unknown Object (File)
Tue, May 6, 3:45 PM
Unknown Object (File)
Tue, May 6, 9:52 AM
Unknown Object (File)
Apr 28 2025, 10:01 PM
Unknown Object (File)
Apr 27 2025, 7:16 AM
Unknown Object (File)
Apr 26 2025, 8:14 PM
Unknown Object (File)
Apr 15 2025, 10:41 PM
Unknown Object (File)
Apr 12 2025, 6:42 PM
Subscribers
None

Details

Summary

Ref T11968. This future-level parameter has no nontrivial callers and makes the "fate of FutureGraph" changes more difficult.

Callers that are genuinely interested in this behavior can wrap the Future in a FutureIterator and use "setUpdateInterval()" to get the same behavior.

Test Plan

Grepped for "resolve()" and "resolvex()", updated callers.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable