forked from orbit-oss/flask
Fixed gevent introduction to use libev instead of libevent
This commit is contained in:
parent
92a293046b
commit
05c2e7c276
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ Gevent
|
||||||
-------
|
-------
|
||||||
|
|
||||||
`Gevent`_ is a coroutine-based Python networking library that uses
|
`Gevent`_ is a coroutine-based Python networking library that uses
|
||||||
`greenlet`_ to provide a high-level synchronous API on top of `libevent`_
|
`greenlet`_ to provide a high-level synchronous API on top of `libev`_
|
||||||
event loop::
|
event loop::
|
||||||
|
|
||||||
from gevent.wsgi import WSGIServer
|
from gevent.wsgi import WSGIServer
|
||||||
|
|
@ -42,7 +42,7 @@ event loop::
|
||||||
|
|
||||||
.. _Gevent: http://www.gevent.org/
|
.. _Gevent: http://www.gevent.org/
|
||||||
.. _greenlet: http://greenlet.readthedocs.org/en/latest/
|
.. _greenlet: http://greenlet.readthedocs.org/en/latest/
|
||||||
.. _libevent: http://libevent.org/
|
.. _libev: http://software.schmorp.de/pkg/libev.html
|
||||||
|
|
||||||
Twisted Web
|
Twisted Web
|
||||||
-----------
|
-----------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue