summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-12 01:42:57 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-12 01:42:57 +0100
commit62854b69a7b8c7719b43203fd8f1a971e6ebaa32 (patch)
treeda7ceb42ac58c8d7256ee04fab1b76a836d2c231 /README
parentbd06b2f255e0eaf624f99d473d8af37311f7027a (diff)
downloadaioeventlet-62854b69a7b8c7719b43203fd8f1a971e6ebaa32.tar.gz
implement run_until_complete
sort also imports
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index d958e65..478fcd6 100644
--- a/README
+++ b/README
@@ -2,16 +2,17 @@ asyncio event loop scheduling callbacks in eventlet.
Implemented:
-* call_soon()
-* call_later()
* call_at()
+* call_later()
+* call_soon()
+* run_forever()
* run_in_executor()
+* run_until_complete()
+* stop()
* coroutines and tasks
Not supported:
-* stop
-* run_until_complete
* run an event loop in a thread different than the main thread
* sockets
* pipes