FOLLY_CREATE_FREE_INVOKER, FOLLY_CREATE_MEMBER_INVOKER
Summary: [Folly] `FOLLY_CREATE_FREE_INVOKER` and `FOLLY_CREATE_MEMBER_INVOKER` to replace `FOLLY_CREATE_FREE_INVOKE_TRAITS` and `FOLLY_CREATE_MEMBER_INVOKE_TRAITS`. New approach: just emit an invoker object. For the traits, just use the normal traits instead of rewriting them, or use `invoke_traits` to get an invoke-traits type specialized to the invoker. Reviewed By: vitaut Differential Revision: D18079121 fbshipit-source-id: 8258c36b8ba6ee62a8ecc104cd1b6281d313960f
Showing
Please register or sign in to comment