]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Don't use threads to manage the scheduler and workers of async tasks
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 7 Mar 2021 23:52:58 +0000 (00:52 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 12 Mar 2021 04:07:25 +0000 (05:07 +0100)
commitda8ac2b2e303b5341f0e45cab5eb3ba3cf55b48a
treeb05d43d079bd97b2dae0236600e99e9b7066f862
parent5abd9d457fc3b478d8c6ae4d7a52f2b632028948
Don't use threads to manage the scheduler and workers of async tasks
psycopg3/psycopg3/pool/async_pool.py
psycopg3/psycopg3/pool/base.py
psycopg3/psycopg3/pool/pool.py
psycopg3/psycopg3/pool/tasks.py [deleted file]
tests/pool/test_pool.py
tests/pool/test_pool_async.py