summaryrefslogtreecommitdiff
path: root/doc/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.rst')
-rw-r--r--doc/index.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 280f895..d61e650 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -11,8 +11,9 @@ aiogreen implements the asyncio API (`PEP 3156
possible to write asyncio code in a project currently written for eventlet.
aiogreen allows to use greenthreads in asyncio coroutines, and to use asyncio
-coroutines, tasks and futures in greenthreads: see :func:`link_future` and
-:func:`wrap_greenthread` functions.
+coroutines, tasks and futures in greenthreads: see
+:meth:`EventletEventLoop.link_future` method and :func:`wrap_greenthread`
+function.
The main visible difference between aiogreen and trollius is the behaviour of
``run_forever()``: ``run_forever()`` blocks with trollius, whereas it runs in a