Move an exception_ptr in exceptionStr
Summary: [Folly] Move an `exception_ptr` in `exceptionStr`, which should be ever-so-slightly cheaper than copying it since that may avoid atomic refcount operations. It's not much cheaper overall because the throw/catch machinery remains expensive. Reviewed By: ot, luciang Differential Revision: D22529858 fbshipit-source-id: 7e5d4ec5c1ca601a766c63133ae759651ae7be85
Showing
Please register or sign in to comment