summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-12 02:17:53 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-12 02:17:53 +0100
commitd19537d010d4f27ba0695496f7864c9ef0ae9907 (patch)
treec7c5e54dc6db3b32b576b2403d52e0da40aa118d /README
parentadcf26c62f4bd8d32585cce8abf3080056e3dbdd (diff)
downloadaioeventlet-d19537d010d4f27ba0695496f7864c9ef0ae9907.tar.gz
update status
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 11 insertions, 2 deletions
diff --git a/README b/README
index 478fcd6..79f0a3a 100644
--- a/README
+++ b/README
@@ -14,5 +14,14 @@ Implemented:
Not supported:
* run an event loop in a thread different than the main thread
-* sockets
-* pipes
+* file descriptors: add_reader, add_writer
+* sockets: create_connection, create_server, sock_recv
+* pipes: connect_read_pipe
+* subprocesses: need pipes
+* signal handlers: add_signal_handler
+
+Todo:
+
+* Test with Python 2 and 3
+* Test with Trollius and asyncio
+* Glue to ease debug: keep traceback between Handle, coroutine and greenthread