Skip to content

Commit bc4f384

Browse files
committed
Gevent is not supported anymore: remove from README
1 parent b80e31a commit bc4f384

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ threaded is a set of decorators, which wrap functions in:
2727
* `concurrent.futures.ThreadPool`
2828
* `threading.Thread`
2929
* `asyncio.Task` in Python 3.
30-
* `gevent.threadpool.ThreadPool` if gevent is installed.
3130

3231
Why? Because copy-paste of `loop.create_task`, `threading.Thread` and `thread_pool.submit` is boring,
3332
especially if target functions is used by this way only.
@@ -61,10 +60,6 @@ Decorators:
6160
* `AsyncIOTask` - wrap in ``asyncio.Task``. Uses the same API, as `ThreadPooled`.
6261
* `asynciotask` is alias for `AsyncIOTask`.
6362

64-
.. note::
65-
66-
gevent is not in default package requirements.
67-
6863
Usage
6964
=====
7065

0 commit comments

Comments
 (0)