libpqxx
The C++ client library for PostgreSQL
Loading...
Searching...
No Matches
wait.hxx File Reference

Go to the source code of this file.

Namespaces

namespace  pqxx
 The home of all libpqxx classes, functions, templates, etc.
namespace  pqxx::internal
 Internal items for libpqxx' own use. Do not use these yourself.

Functions

void PQXX_LIBEXPORT pqxx::internal::wait_for (unsigned int microseconds)
 Wait.
PQXX_LIBEXPORT void pqxx::internal::wait_fd (int fd, bool for_read, bool for_write, unsigned seconds=1, unsigned microseconds=0)
 Wait for a socket to be ready for reading/writing, or timeout.