Remove Executor::addPtr
Summary: [Folly] Remove `Executor::addPtr`. It was there to support passing non-copyable callable objects wrapped as `std::shared_ptr`. It is no longer useful since we have `Function`, which is a non-copyable version of `std::function` which can support capturing non-copyable objects, and it is generally unused. Reviewed By: spacedentist Differential Revision: D5983801 fbshipit-source-id: b49a86f8dd7e5250a097b0e714a1bdf9ac362916
Showing
Please register or sign in to comment