From 2c38b036a2ec41a3016d2277ffba8f9b5d929b75 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Wed, 7 Aug 2024 09:12:44 +0200 Subject: [PATCH] Update design.rst make the asyncio docs more explicit. YODO: revisit this documentation later to be more exhaustive --- docs/source/design.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/source/design.rst b/docs/source/design.rst index 60e8a39a..b366fbab 100644 --- a/docs/source/design.rst +++ b/docs/source/design.rst @@ -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 ======================