move ready_awaitable, variant_awaitable to coroutine header
Summary: Move `ready_awaitable`, `variant_awaitable` types to `folly/experimental/coro/Coroutine.h`, which reexports the foundational vocabulary coroutine helper types and is a suitable place for these vocabulary coroutine helper types. `ready_awaitable` is an awaitable which is ready and has a value or, if of void, which is just ready. `variant_awaitable` is an awaitable composed of one of several possible backing awaitables. Reviewed By: aary Differential Revision: D26270528 fbshipit-source-id: e98f64b3d3ffaf5bbd322397a41bb5fe85a6bb55
Showing
Please register or sign in to comment