summaryrefslogtreecommitdiff
path: root/doc/status.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/status.rst')
-rw-r--r--doc/status.rst33
1 files changed, 4 insertions, 29 deletions
diff --git a/doc/status.rst b/doc/status.rst
index e098b9f..329b329 100644
--- a/doc/status.rst
+++ b/doc/status.rst
@@ -1,36 +1,11 @@
-Implemented
-===========
-
-Methods:
-
-* call_at()
-* call_later()
-* call_soon()
-* run_forever()
-* run_in_executor()
-* run_until_complete()
-* create_connection(): TCP client
-* stop()
-* coroutines and tasks
-
-aiogreen 0.1 was tested:
-
-* on Python 2.7, 3.3 and 3.5
-* on Linux and Windows
-* with Trollius 1.0, 1.0.1 and 1.0.2
-* with asyncio 0.4.1 and 3.4.2
-
-
-To do (Not supported)
-=====================
+To do
+=====
* wrap_greenthread() must not log the exception to sys.stderr if the
greenthread didn't start
+* register signals in eventlet hub, only needed for pyevent hub?
+* write tests for: pipes, signals and subprocesses
* run an event loop in a thread different than the main thread
-* sockets: create_server, sock_recv
-* pipes: connect_read_pipe
-* subprocesses: need pipes
-* signal handlers: add_signal_handler (only for pyevent hub?)
* tox.ini: test Python 3.3 with monkey-patching, see eventlet bug:
https://github.com/eventlet/eventlet/pull/168