#include <connection.hxx>
Inheritance diagram for pqxx::connect_async:
Public Member Functions | |
connect_async (connection_base &c) |
A connection to the server is initiated immediately, but completion is deferred until the connection is actually needed.
This may help performance by allowing the client to do useful work while waiting for an answer from the server.
|
|