Skip to content

Commit

Permalink
Update design.rst
Browse files Browse the repository at this point in the history
make the asyncio docs more explicit.

YODO: revisit this documentation later to be more exhaustive
  • Loading branch information
benoitc committed Aug 7, 2024
1 parent ad7c1de commit 2c38b03
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/source/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======================
Expand Down

0 comments on commit 2c38b03

Please sign in to comment.