async-django-user
async-django-user copied to clipboard
Using django user with async frameworks like aiohttp, starlette, etc.
Results
2
async-django-user issues
Sort by
recently updated
recently updated
newest added
It shouldn't block the main thread, take a look at [ProcessPoolExecutor](https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.ProcessPoolExecutor)
enhancement
help wanted