Support returning move-only types in folly::Expected::then
Summary: the codepath for .then is copying the return value in one place, which prevents using move-only types (and might incur extra costs). Reviewed By: yfeldblum Differential Revision: D29159637 fbshipit-source-id: 892b73266cfe45c9e09b9b648d7b7703871c4323
Showing
Please register or sign in to comment