tighten control on Core creation/deletion
Summary: Enforce two aspects of folly::futures::Core<T>: - that it is heap-constructed (prevent clients from constructing it other than via `new`) - that it cannot be deleted early (prevent clients from explicitly deleting it) Reviewed By: yfeldblum Differential Revision: D7900761 fbshipit-source-id: c1c5a149e3d96c4cea04c17909c2ffd42383973e
Showing
Please register or sign in to comment