A coroutine awaiter for connecting a PostgresClient asynchronously.
More...
#include <PostgresCoro.hpp>
A coroutine awaiter for connecting a PostgresClient asynchronously.
◆ await_ready()
| bool database::ConnectAwaiter::await_ready |
( |
| ) |
const |
|
inlinenoexcept |
◆ await_resume()
| bool database::ConnectAwaiter::await_resume |
( |
| ) |
|
|
inline |
◆ await_suspend()
| void database::ConnectAwaiter::await_suspend |
( |
std::coroutine_handle<> |
h | ) |
|
|
inline |
◆ client
◆ success
| bool database::ConnectAwaiter::success = false |
The documentation for this struct was generated from the following file: