This commit is contained in:
Brian Sutherland 2012-07-27 12:48:28 +03:00
parent 3559ea0d10
commit 2371166383

View File

@ -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