summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-19 14:45:46 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-19 14:45:46 +0100
commitdf69bd4c0034a2f5643e154e082b2adcc34d1299 (patch)
treec263234aac182f3e4552dde91e4413dee7d50a2f /README
parent712ae014ff01e3b28d64de87da5fa25eda2be4b2 (diff)
downloadaioeventlet-df69bd4c0034a2f5643e154e082b2adcc34d1299.tar.gz
update README
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 11 insertions, 1 deletions
diff --git a/README b/README
index 5ac3d4f..ad74672 100644
--- a/README
+++ b/README
@@ -34,21 +34,31 @@ or::
Implemented
-----------
+Methods:
+
* call_at()
* call_later()
* call_soon()
* run_forever()
* run_in_executor()
* run_until_complete()
+* create_connection(): TCP client
* stop()
* coroutines and tasks
+Tests of aiogreen 0.1:
+
+* Tested on Python 2.7, 3.3 and 3.5
+* Tested on Linux and Windows
+* Tested with Trollius 1.0, 1.0.1 and 1.0.2
+* Tested with asyncio 0.4.1 and 3.4.2
+
Not supported (yet)
-------------------
* run an event loop in a thread different than the main thread
-* sockets: create_connection, create_server, sock_recv
+* sockets: create_server, sock_recv
* pipes: connect_read_pipe
* subprocesses: need pipes
* signal handlers: add_signal_handler (only for pyevent hub?)