Alias for the result type of co_awaiting an Awaitable.

Synopsis

Declared in <folly/coro/Traits.h>

template<typename Awaitable>
using await_result_t = await_result<Awaitable>::type;

Created with MrDocs