document using gevent for async
This commit is contained in:
parent
4f79d5b59a
commit
ac5664d228
9 changed files with 168 additions and 142 deletions
|
|
@ -51,9 +51,8 @@ use them if you install them.
|
|||
greenlet
|
||||
~~~~~~~~
|
||||
|
||||
You may choose to use gevent or eventlet with your application. In this
|
||||
case, greenlet>=1.0 is required. When using PyPy, PyPy>=7.3.7 is
|
||||
required.
|
||||
You may choose to use :doc:`/gevent` with your application. In this case,
|
||||
greenlet>=1.0 is required. When using PyPy, PyPy>=7.3.7 is required.
|
||||
|
||||
These are not minimum supported versions, they only indicate the first
|
||||
versions that added necessary features. You should use the latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue