Open kallsyms opened 4 years ago
A lot of the stuff we do would be made much easier/faster/better with asyncio. This could replace concurrent.futures.ThreadPoolExecutors, make gunicorn parallelism easier, etc. etc.
concurrent.futures.ThreadPoolExecutor
gunicorn
A lot of the stuff we do would be made much easier/faster/better with asyncio. This could replace
concurrent.futures.ThreadPoolExecutor
s, makegunicorn
parallelism easier, etc. etc.