Invoke SemiFuture defer-continuations with same cvref as passed
Summary: [Folly] Invoke SemiFutures defer-continuations with the same cvref as passed. for example, if passed as const&&, invoke as const&&, and if passed as volatile&, invoke as volatile&. This brings a little more consistency to the library. Reviewed By: yfeldblum Differential Revision: D8125144 fbshipit-source-id: f2cda643aaae40e0293d5d79608541771642ce06
Showing
Please register or sign in to comment