summaryrefslogtreecommitdiff
path: root/django/utils/asyncio.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin2019-06-201-0/+32
This adds an ASGI handler, asgi.py file for the default project layout, a few async utilities and adds async-safety to many parts of Django.