]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Remove occurrences of "thread" term in pool_async
authorDenis Laxalde <denis@laxalde.org>
Thu, 11 Nov 2021 17:41:27 +0000 (18:41 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 3 Jan 2022 15:41:10 +0000 (16:41 +0100)
commit02160407879e7ae95d1e6dc535e0ac867507748f
tree7aa764060c7e5815765ddac2109e2b4309e6280e
parent63f0aa549e050f38e7981f264278232d0f40a38d
Remove occurrences of "thread" term in pool_async

There is no threading involved here, only async tasks. Adjust comments
and docstrings to avoid confusion.
psycopg_pool/psycopg_pool/pool_async.py