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 |
Created with MrDocs