mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-13 01:32:17 +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:
|
.. _green-support:
|
||||||
|
|
||||||
Support to coroutine libraries
|
Support for coroutine libraries
|
||||||
------------------------------
|
-------------------------------
|
||||||
|
|
||||||
.. versionadded:: 2.2.0
|
.. versionadded:: 2.2.0
|
||||||
|
|
||||||
Psycopg can be used together with coroutine_\-based libraries, and participate
|
Psycopg can be used together with coroutine_\-based libraries and participate
|
||||||
to cooperative multithreading.
|
in cooperative multithreading.
|
||||||
|
|
||||||
Coroutine-based libraries (such as Eventlet_ or gevent_) can usually patch the
|
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
|
Python standard library in order to enable a coroutine switch in the presence of
|
||||||
|
|
Loading…
Reference in New Issue
Block a user