pgator.db.async

Modules

pool
module pgator.db.async.pool

Default implementation of IConnectionPool. It is consists of four worker thread that holding corresponding connection lists: closed connections, connecting connections, free connections and quering connections.

respond
module pgator.db.async.respond

Part of asynchronous pool realization.

transaction
module pgator.db.async.transaction

Part of asynchronous pool realization.

workers
module pgator.db.async.workers