We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80e31a commit bc4f384Copy full SHA for bc4f384
README.rst
@@ -27,7 +27,6 @@ threaded is a set of decorators, which wrap functions in:
27
* `concurrent.futures.ThreadPool`
28
* `threading.Thread`
29
* `asyncio.Task` in Python 3.
30
- * `gevent.threadpool.ThreadPool` if gevent is installed.
31
32
Why? Because copy-paste of `loop.create_task`, `threading.Thread` and `thread_pool.submit` is boring,
33
especially if target functions is used by this way only.
@@ -61,10 +60,6 @@ Decorators:
61
60
* `AsyncIOTask` - wrap in ``asyncio.Task``. Uses the same API, as `ThreadPooled`.
62
* `asynciotask` is alias for `AsyncIOTask`.
63
64
-.. note::
65
-
66
- gevent is not in default package requirements.
67
68
Usage
69
=====
70
0 commit comments