We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e808163 commit c30dd5dCopy full SHA for c30dd5d
debug_toolbar/panels/__init__.py
@@ -203,7 +203,9 @@ async def aprocess_request(self, request):
203
"""
204
Asynchronous version of process_request.
205
206
- Write panel logic related to async operations for async capable panels.
+ Write panel logic related to async operations like awaiting response
207
+ and perform logic over it when running in ASGI environment for async
208
+ capable panels.
209
210
:param request: The current request as an ASGIRequest object.
211
0 commit comments