Invoke Futures then-continuations with the same cvref as passed
Summary: [Folly] Invoke Futures `then`-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: LeeHowes, phoad Differential Revision: D8109784 fbshipit-source-id: 8dd56c6197211091ed53eba94aeec9d604268d15
Showing
Please register or sign in to comment