summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-20 10:03:13 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-20 10:03:13 +0100
commitee5089abbd9bf8f7d32b6b9a51de841224e0a12d (patch)
treea2a9fae386ad7b7e025bdd52b4998bf4e8f50ba7 /README
parentcfd24ddec3838c752d1af995e0a48b4c15b04ae5 (diff)
downloadaioeventlet-ee5089abbd9bf8f7d32b6b9a51de841224e0a12d.tar.gz
Simplify the loop iteration: remove custom code to reuse instead the
asyncio/trollius code (_run_once)
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 5997beb..59065d5 100644
--- a/README
+++ b/README
@@ -35,6 +35,8 @@ Version 0.2 (development version)
* 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.
+* Simplify the loop iteration: remove custom code to reuse instead the
+ asyncio/trollius code (_run_once)
* sock_connect() is now asynchronous
* Add a suite of automated unit tests
* Fix EventLoop.stop(): don't stop immediatly, but schedule stopping the event