]> 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>
Wed, 10 Apr 2024 21:47:10 +0000 (23:47 +0200)
commit16f37d21652c8b5b9363cc201ab235e16fcee593
tree4560df4dda2542785be230a3e361578395b0b23c
parent377be6198964734ca3f5c9f509d7afc0a3087577
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