proxygen
folly::coro::AwaitableReady< T > Member List

This is the complete list of members for folly::coro::AwaitableReady< T >, including all inherited members.

await_ready() noexceptfolly::coro::AwaitableReady< T >inline
await_resume() noexcept(std::is_nothrow_move_constructible< T >::value)folly::coro::AwaitableReady< T >inline
await_suspend(std::experimental::coroutine_handle<>) noexceptfolly::coro::AwaitableReady< T >inline
AwaitableReady(T value) noexcept(std::is_nothrow_move_constructible< T >::value)folly::coro::AwaitableReady< T >inlineexplicit
value_folly::coro::AwaitableReady< T >private