libpqxx
The C++ client library for PostgreSQL
wait.hxx File Reference
#include "pqxx/types.hxx"
+ Include dependency graph for wait.hxx:
+ 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
 Private namespace for libpqxx's internal use; do not access.
 

Functions

PQXX_LIBEXPORT void 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, sl=sl::current())
 Wait for a socket to be ready for reading/writing, or timeout. More...