Add a ThreadPoolExecutor that uses native threads.
This can be helpful when threading is patched. Ref #786.
Showing
... | @@ -6,6 +6,7 @@ prospector[with_pyroma] | ... | @@ -6,6 +6,7 @@ prospector[with_pyroma] |
coverage>=4.0 | coverage>=4.0 | ||
coveralls>=1.0 | coveralls>=1.0 | ||
cffi | cffi | ||
futures | |||
# For viewing README.rst (restview --long-description), | # For viewing README.rst (restview --long-description), | ||
# CONTRIBUTING.rst, etc. | # CONTRIBUTING.rst, etc. | ||
# https://github.com/mgedmin/restview | # https://github.com/mgedmin/restview | ||
... | ... |
Please register or sign in to comment