summaryrefslogtreecommitdiff
path: root/doc/status.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/status.rst')
-rw-r--r--doc/status.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/status.rst b/doc/status.rst
index 7b0802d..21e4f71 100644
--- a/doc/status.rst
+++ b/doc/status.rst
@@ -1,6 +1,8 @@
To do
=====
+* doesn't make sense to call wrap_greenthread() from the running greenthread?
+ (it works for greenthreads, but it doesn't work for greenlets)
* 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?