Metafunction yielding the result type of co_awaiting an Awaitable.

Synopsis

Declared in <folly/coro/Traits.h>

template<
    typename Awaitable,
    typename = void>
struct await_result;

Specializations

Name

await_result<Awaitable>

Created with MrDocs