From 7ebfcda50c07e0eaffdc431dba33acbe607c87a8 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 21 Nov 2014 05:00:25 +0100 Subject: add link to eventlet & greenlet --- README | 13 ++++++++++--- doc/index.rst | 13 ++++++++++--- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/README b/README index 19eda9b..ac45488 100644 --- a/README +++ b/README @@ -11,12 +11,19 @@ greenthread with aiogreen. It means that it's possible to call ``run_forever()`` in the main thread and execute other greenthreads in parallel. +aiogreen: + * `aiogreen documentation `_ -* `asyncio documentation `_ -* `trollus documentation `_ * `aiogreen project in the Python Cheeseshop (PyPI) `_ * `aiogreen project at Bitbucket `_ * Copyright/license: Open source, Apache 2.0. Enjoy! -See also the `Tulip project `_. +Event loops: + +* `asyncio documentation `_ +* `trollus documentation `_ +* `eventlet documentation `_ +* `eventlet project `_ +* `greenlet documentation `_ +* `Tulip project `_ diff --git a/doc/index.rst b/doc/index.rst index 66ac0b5..95d2525 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -14,15 +14,22 @@ greenthread with aiogreen. It means that it's possible to call ``run_forever()`` in the main thread and execute other greenthreads in parallel. +aiogreen: + * `aiogreen documentation `_ -* `asyncio documentation `_ -* `trollus documentation `_ * `aiogreen project in the Python Cheeseshop (PyPI) `_ * `aiogreen project at Bitbucket `_ * Copyright/license: Open source, Apache 2.0. Enjoy! -See also the `Tulip project `_. +Event loops: + +* `asyncio documentation `_ +* `trollus documentation `_ +* `eventlet documentation `_ +* `eventlet project `_ +* `greenlet documentation `_ +* `Tulip project `_ Usage -- cgit v1.2.1