libpqxx
The C++ client library for PostgreSQL
wait.hxx File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 pqxx
 The home of all libpqxx classes, functions, templates, etc.
 
 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. More...
 
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. More...