Skip to content

Draft: Drop asgiref dependency

Igor Ponomarev requested to merge drop-asgiref-dependency into master

It was only used for the sync_to_async functions which simply runs the blocking function in the ThreadPoolExecutor. The ThreadPoolExecutor can be used directly without dependency on asgiref.

Merge request reports