class typeInherits['a]
async_connection =object
..end
Postgresql.connection
method continue_with : (bool -> unit) -> unit
continue_with f
: Set f
as the continuation. If the connection
is non-busy f
is executed immediately. Otherwise it is pushed
onto the queue of delayed continuations. The argument of f
is
true
if the previous statement was successful.method next : bool -> unit
method idle : bool