From 44badca2e4bdc2fefac1049ba9a524a02b1f6e10 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 21 Nov 2014 12:44:37 +0100 Subject: doc: add photo; add openstack section --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') 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 -- cgit v1.2.1