Remove member function pointer Future::then with keepalive
Summary: As part of simplifying and removing ambiguity in the interface this removes the form of then(KeepAlive, member-function-pointer). Removing this directly removes the need to make multiple overloads, and migrating to a cleaner then(KeepAlive,...) form will delegate this to the application of the nested continuation. Reviewed By: yfeldblum Differential Revision: D15059814 fbshipit-source-id: 8e4481cc471b4ed2dc578c52e26f2223c2468719
Showing
Please register or sign in to comment