summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-20 10:06:00 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-20 10:06:00 +0100
commitcfd24ddec3838c752d1af995e0a48b4c15b04ae5 (patch)
tree6190589e74a0914aa0ac3b783b6ebd953cf7b954 /README
parent1ca7c9beb003629990ed65660a08dbdc528fd548 (diff)
downloadaioeventlet-cfd24ddec3838c752d1af995e0a48b4c15b04ae5.tar.gz
Rewrite the code handling file descriptors to ensure that the listener is only
called once per loop iteration, to respect asyncio specification.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index f591bff..5997beb 100644
--- a/README
+++ b/README
@@ -33,6 +33,8 @@ Version 0.2 (development version)
* Support also eventlet 0.14, not only eventlet 0.15 or newer
* Support eventlet with monkey-patching
+* Rewrite the code handling file descriptors to ensure that the listener is
+ only called once per loop iteration, to respect asyncio specification.
* sock_connect() is now asynchronous
* Add a suite of automated unit tests
* Fix EventLoop.stop(): don't stop immediatly, but schedule stopping the event