mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-07 21:00:33 +03:00
grammar
This commit is contained in:
parent
3559ea0d10
commit
2371166383
|
@ -403,13 +403,13 @@ this will be probably implemented in a future release.
|
|||
|
||||
.. _green-support:
|
||||
|
||||
Support to coroutine libraries
|
||||
------------------------------
|
||||
Support for coroutine libraries
|
||||
-------------------------------
|
||||
|
||||
.. versionadded:: 2.2.0
|
||||
|
||||
Psycopg can be used together with coroutine_\-based libraries, and participate
|
||||
to cooperative multithreading.
|
||||
Psycopg can be used together with coroutine_\-based libraries and participate
|
||||
in cooperative multithreading.
|
||||
|
||||
Coroutine-based libraries (such as Eventlet_ or gevent_) can usually patch the
|
||||
Python standard library in order to enable a coroutine switch in the presence of
|
||||
|
|
Loading…
Reference in New Issue
Block a user