proxygen
|
This is the complete list of members for folly::coro::ViaIfAsyncAwaiter< Awaiter >, including all inherited members.
await_ready() noexcept(noexcept(std::declval< Awaiter & >().await_ready())) | folly::coro::ViaIfAsyncAwaiter< Awaiter > | inline |
await_resume() noexcept(noexcept(std::declval< Awaiter & >().await_resume())) | folly::coro::ViaIfAsyncAwaiter< Awaiter > | inline |
await_suspend(std::experimental::coroutine_handle<> continuation) noexcept(noexcept(std::declval< Awaiter & >().await_suspend(continuation))) | folly::coro::ViaIfAsyncAwaiter< Awaiter > | inline |
awaiter_ | folly::coro::ViaIfAsyncAwaiter< Awaiter > | |
viaCoroutine_ | folly::coro::ViaIfAsyncAwaiter< Awaiter > | |
ViaIfAsyncAwaiter(folly::InlineExecutor *, Awaitable &&awaitable) | folly::coro::ViaIfAsyncAwaiter< Awaiter > | inlineexplicit |
ViaIfAsyncAwaiter(folly::Executor *executor, Awaitable &&awaitable) | folly::coro::ViaIfAsyncAwaiter< Awaiter > | inlineexplicit |