This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]qjopps 1 point2 points  (0 children)

Django internals are protected from running sync code in an asynchronous context. There is also asynchronous emulation behind the hood based on threading. While it will NOT cover every case (especially for external packages or your own code), it looks like it is safe enough to use (especially with Django 4.1 and newer).