proxygen
|
This is the complete list of members for folly::coro::ViaIfAsyncAwaitable< Awaitable >, including all inherited members.
awaitable_ | folly::coro::ViaIfAsyncAwaitable< Awaitable > | private |
executor_ | folly::coro::ViaIfAsyncAwaitable< Awaitable > | private |
operator co_await(ViaIfAsyncAwaitable< Awaitable2 > &&awaitable) -> ViaIfAsyncAwaiter< folly::coro::awaiter_type_t< Awaitable2 >> | folly::coro::ViaIfAsyncAwaitable< Awaitable > | friend |
operator co_await(ViaIfAsyncAwaitable< Awaitable2 > &awaitable) -> ViaIfAsyncAwaiter< folly::coro::awaiter_type_t< Awaitable2 & >> | folly::coro::ViaIfAsyncAwaitable< Awaitable > | friend |
operator co_await(const ViaIfAsyncAwaitable< Awaitable2 > &&awaitable) -> ViaIfAsyncAwaiter< folly::coro::awaiter_type_t< const Awaitable2 && >> | folly::coro::ViaIfAsyncAwaitable< Awaitable > | friend |
operator co_await(const ViaIfAsyncAwaitable< Awaitable2 > &awaitable) -> ViaIfAsyncAwaiter< folly::coro::awaiter_type_t< const Awaitable2 & >> | folly::coro::ViaIfAsyncAwaitable< Awaitable > | friend |
ViaIfAsyncAwaitable(folly::Executor *executor, Awaitable &&awaitable) noexcept(std::is_nothrow_move_constructible< Awaitable >::value) | folly::coro::ViaIfAsyncAwaitable< Awaitable > | inlineexplicit |