]> git.ipfire.org Git - thirdparty/psycopg.git/commit
feat(tools): run async_to_sync.py concurrently
authorDenis Laxalde <denis.laxalde@dalibo.com>
Fri, 1 Mar 2024 13:21:35 +0000 (14:21 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Apr 2024 23:02:29 +0000 (23:02 +0000)
commit20e786bba543a19c976a6c3ef2306036576dbe6f
treeeeb068e6d2113ca487fffc375683e591c64b31dc
parent0ed7283793c5b8b65c78ad2c2e43d1850c20fd84
feat(tools): run async_to_sync.py concurrently

Multi-processing is used by default (using all available processors),
but can be disabled or limited with the -j/--jobs option.
tools/async_to_sync.py