libpqxx
The C++ client library for PostgreSQL
wait.hxx
Go to the documentation of this file.
1
#if !defined(PQXX_WAIT_HXX)
2
# define PQXX_WAIT_HXX
3
4
# include "
pqxx/types.hxx
"
5
6
7
namespace
pqxx::internal
8
{
10
13
PQXX_LIBEXPORT
void
wait_for
(
unsigned
int
microseconds);
14
15
17
40
PQXX_LIBEXPORT
void
wait_fd
(
41
int
fd,
bool
for_read,
bool
for_write,
unsigned
seconds = 1,
42
unsigned
microseconds = 0,
sl
= sl::current());
43
}
// namespace pqxx::internal
44
#endif
PQXX_LIBEXPORT
#define PQXX_LIBEXPORT
Definition:
header-pre.hxx:206
pqxx::internal
Private namespace for libpqxx's internal use; do not access.
Definition:
connection.cxx:333
pqxx::internal::wait_fd
PQXX_LIBEXPORT void 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.
pqxx::internal::wait_for
PQXX_LIBEXPORT void wait_for(unsigned int microseconds)
Wait.
Definition:
wait.cxx:150
pqxx::sl
std::source_location sl
Convenience alias for std::source_location. It's just too long.
Definition:
types.hxx:38
types.hxx
include
pqxx
internal
wait.hxx
Generated by
1.9.1