summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-21 12:44:37 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-21 12:44:37 +0100
commit44badca2e4bdc2fefac1049ba9a524a02b1f6e10 (patch)
tree20baa60b79e3a2813ab26c2aef6048daec5d34b8 /README
parent87d080917775520d02de6d9e24d72c1c78141f34 (diff)
downloadaioeventlet-44badca2e4bdc2fefac1049ba9a524a02b1f6e10.tar.gz
doc: add photo; add openstack section
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index ac45488..e128531 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-aiogreen implements the asyncio API on top of eventet. It makes possible to
-write asyncio code in a project currently written for eventlet.
+aiogreen implements the asyncio API (PEP 3156) on top of eventet. It makes
+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 ``link_future()`` and