Support non-copyable types in folly::coro::timed_wait
Summary: If timed_wait is called with an awaitable that has a non-copyable return value then we must std::move the result. Reviewed By: iahs Differential Revision: D25222893 fbshipit-source-id: bd3c0ca19d182a464ad4b430f1792dcfff54ffdf
Showing
Please register or sign in to comment