agronholm / pythonfutures

Backport of the concurrent.futures package to Python 2.6 and 2.7
Other
232 stars 51 forks source link

Backport `thread_name_prefix` from upstream #64

Closed sseg closed 7 years ago

sseg commented 7 years ago

Add optional thread_name_prefix argument to constructor of ThreadPoolExecutor. Resolves https://github.com/agronholm/pythonfutures/issues/63

cc @agronholm @gpshead

agronholm commented 7 years ago

The tests fail. Please fix the code. I will merge it then.

agronholm commented 7 years ago

Thanks!