proxygen
folly::coro::awaiter_type< Awaitable, typename > Struct Template Reference

#include <Traits.h>

Detailed Description

template<typename Awaitable, typename = void>
struct folly::coro::awaiter_type< Awaitable, typename >

awaiter_type<Awaitable>

A template-metafunction that lets you query the type that will be used as the Awaiter object when you co_await a value of type Awaitable. This is the return-type of get_awaiter() when passed a value of type Awaitable.

Definition at line 170 of file Traits.h.


The documentation for this struct was generated from the following file: