How Django Currently Handles Asynchronous Views

When writing an application, asynchronous code allows you to speed up an application that has to deal with a high number of tasks simultaneously. With the Django 3.1 release, Django now supports async views, so if you are running ASGI, writing async specific tasks is now possible!


This is a companion discussion topic for the original entry at https://blog.crowdbotics.com/how-django-currently-handles-asynchronous-views/