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)
Mon, Apr 22, 11:23 AM
Unknown Object (File)
Sat, Apr 20, 5:07 PM
Unknown Object (File)
Thu, Apr 18, 12:46 AM
Unknown Object (File)
Thu, Apr 11, 8:35 AM
Unknown Object (File)
Sat, Mar 30, 9:01 AM
Unknown Object (File)
Mar 23 2024, 1:02 PM
Unknown Object (File)
Mar 22 2024, 8:24 AM
Unknown Object (File)
Feb 13 2024, 3:43 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