mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #460 from hnlq715/master
improve the description of gevent.
This commit is contained in:
@@ -31,4 +31,4 @@ gevent
|
|||||||
------
|
------
|
||||||
|
|
||||||
`gevent <http://www.gevent.org/>`_ is a coroutine-based Python networking library
|
`gevent <http://www.gevent.org/>`_ is a coroutine-based Python networking library
|
||||||
that uses greenlets and libevent event loops.
|
that uses greenlets to provide a high-level synchronous API on top of the libev event loop.
|
||||||
|
|||||||
Reference in New Issue
Block a user