Implicitly default the SharedPromise ctors, assigns, dtor
Summary: [Folly] Implicitly default the `SharedPromise` ctors, assigns, dtor. If the default implementations are correct, then they are easier to maintain over time. Has the effect of removing thread-safety from the move-assign operator. Which is quite alright - copy-assignment and move-assignment operators being thread-safe is weird. Reviewed By: davidtgoldblatt Differential Revision: D13131063 fbshipit-source-id: 2be67b06d2a65867dc8ebbd7364b74a9cd1c2a20
Showing
Please register or sign in to comment