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)
Sun, Nov 17, 5:59 PM
Unknown Object (File)
Thu, Nov 14, 3:28 AM
Unknown Object (File)
Sun, Nov 10, 9:40 AM
Unknown Object (File)
Wed, Nov 6, 1:39 AM
Unknown Object (File)
Mon, Nov 4, 5:15 PM
Unknown Object (File)
Fri, Nov 1, 8:43 PM
Unknown Object (File)
Oct 18 2024, 3:05 AM
Unknown Object (File)
Oct 16 2024, 12:58 AM
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