Consistency with folly::SemiFuture continuations 1/n: Add Future<T>::thenValue.
Summary: Step 1 in adding full set of r-value-qualified unambiguous continuation methods to folly::Future for consistency with folly::SemiFuture. * Add r-value qualified Future<T>::thenValue. * Make callableResult structs consistently named so they work for Future and SemiFuture. * Correct call behaviour for consistency with invokeCallbackReturningFutureAsRvalue test. Reviewed By: yfeldblum Differential Revision: D7944603 fbshipit-source-id: 081383a91749310472a8106289671cffa6139691
Showing
Please register or sign in to comment