tornado-threadpool icon indicating copy to clipboard operation
tornado-threadpool copied to clipboard

Official thread pool is available

Open YuzhongHuangCS opened this issue 11 years ago • 0 comments

New in Python 3.2 https://docs.python.org/dev/library/concurrent.futures.html#threadpoolexecutor And its backport https://pypi.python.org/pypi/futures

The future object it return is fully compatible with tornado. I suggest merge this repo back or abandon.

YuzhongHuangCS avatar Feb 20 '15 02:02 YuzhongHuangCS