]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Move non-blocking pool functionalities to a generic base class
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 25 Feb 2021 21:38:33 +0000 (22:38 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 12 Mar 2021 04:07:25 +0000 (05:07 +0100)
commit71b989f92aec00a54b9b4c5a7c4ed3d4d9c457ab
tree5bf9b2522df21a728b0f5f4be7b63f37feb8d19f
parent882ed791e814c12ad8d1b6ee3208536901918daa
Move non-blocking pool functionalities to a generic base class

Note that running maintenance threads is "non-blocking" and will be
thread-based in the async pool.
psycopg3/psycopg3/pool/base.py
psycopg3/psycopg3/pool/pool.py
psycopg3/psycopg3/pool/tasks.py