Add exception_wrapper::from_exception_ptr taking by &&
Summary: [Folly] Add `exception_wrapper::from_exception_ptr` taking by `&&`, permitting callers to move, since `std::exception_ptr` copy is expensive and `std::rethrow_exception` takes by value. Reviewed By: ericniebler, markisaa Differential Revision: D23016839 fbshipit-source-id: c07695fef0828a50426fe4e2b40fae9582c7ffd9
Showing
Please register or sign in to comment