summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-26 15:06:05 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-26 15:06:05 +0100
commit24cbd1f6817040ad6a8e8b7375c8eb0f5ec23f1f (patch)
tree49ddef4b11a4b27d2b2e88ed7195c220c62a6d8e
parentd39dae01450a99f21b79e29d225e420c759977f0 (diff)
downloadaioeventlet-24cbd1f6817040ad6a8e8b7375c8eb0f5ec23f1f.tar.gz
see also
-rw-r--r--doc/index.rst14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 280f895..fc36426 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -38,6 +38,8 @@ Table Of Contents
Event loops
===========
+Projects used by aiogreen:
+
* `asyncio documentation <http://docs.python.org/dev/library/asyncio.html>`_
* `trollius documentation <http://trollius.readthedocs.org/>`_
* `tulip project <http://code.google.com/p/tulip/>`_
@@ -45,5 +47,13 @@ Event loops
* `eventlet project <http://eventlet.net/>`_
* `greenlet documentation <http://greenlet.readthedocs.org/>`_
-See also the `greenio project <https://github.com/1st1/greenio/>`_:
-"Greenlets support for asyncio (PEP 3156)".
+See also:
+
+* `aiogevent <https://pypi.python.org/pypi/aiogevent>`_: asyncio API
+ implemented on top of gevent
+* `geventreactor <https://pypi.python.org/pypi/geventreactor>`_: gevent-powered
+ Twisted reactor
+* `greenio <https://github.com/1st1/greenio/>`_: Greenlets support
+ for asyncio (PEP 3156)
+* `tulipcore <https://github.com/decentfox/tulipcore>`_: run gevent code on
+ top of asyncio