Awaitable wrapping paginated IConnection::fetch.
More...
#include <coroutine.hpp>
Awaitable wrapping paginated IConnection::fetch.
◆ await_ready()
| bool cpp_restapi::detail::PaginatedFetchAwaitable::await_ready |
( |
| ) |
const |
|
inlinenoexcept |
◆ await_resume()
| std::expected< std::string, HttpError > cpp_restapi::detail::PaginatedFetchAwaitable::await_resume |
( |
| ) |
|
|
inline |
◆ await_suspend()
| void cpp_restapi::detail::PaginatedFetchAwaitable::await_suspend |
( |
std::coroutine_handle<> | h | ) |
|
|
inline |
◆ cancel
◆ connection
| IConnection& cpp_restapi::detail::PaginatedFetchAwaitable::connection |
◆ request
| std::string cpp_restapi::detail::PaginatedFetchAwaitable::request |
◆ result
| std::optional<std::expected<std::string, HttpError> > cpp_restapi::detail::PaginatedFetchAwaitable::result |
◆ strategy
The documentation for this struct was generated from the following file: