Use rvalue overload of Future::then in retrying
Summary: Overall plan to modify Future<T>::then to be r-value qualified and use Future<T>::thenTry or Future<T>::thenValue. The goal is to disambiguate folly::Future and to improve type and lifetime safety of Future and its methods. Reviewed By: yfeldblum Differential Revision: D9273440 fbshipit-source-id: f1e1b91fd8fe02020a5919b9193644e256413982
Showing
Please register or sign in to comment