Update design.rst

make the asyncio docs more explicit.

YODO: revisit this documentation later to be more exhaustive
This commit is contained in:
Benoit Chesneau 2024-08-07 09:12:44 +02:00 committed by GitHub
parent ad7c1de132
commit 2c38b036a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,10 +75,7 @@ WSGI application, this is not a recommended configuration.
AsyncIO Workers
---------------
These workers are compatible with Python 3.
You can port also your application to use aiohttp_'s ``web.Application`` API and use the
``aiohttp.worker.GunicornWebWorker`` worker.
Third-party workers can be usedd to use Gunicorn with asyncio frameworks.
Choosing a Worker Type
======================