summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 1 insertions, 5 deletions
diff --git a/README b/README
index dd5e70b..12704e2 100644
--- a/README
+++ b/README
@@ -77,10 +77,6 @@ Not supported (yet)
To do
=====
-* Support eventlet without monkey-patching
+* Support eventlet with monkey-patching
* Glue to ease debug: keep traceback between Handle, coroutine and greenthread.
Is it even possible?
-* run_in_executor(): use eventlet.tpool as the default executor?
- It avoids the dependency to concurrent.futures. aiogreen is written as a
- temporary solution to switch from eventlet to asyncio. So it may be better to
- use directly concurrent.futures to reduce the usage of eventlet?