New submission from Joshua Harlow:

In situations where thread-local variables need to be setup it is quite useful 
to be able to hook into the thread creation process, so that as each new thread 
is spun up by the ThreadPoolExecutor that the threads created initially call 
into a provided callback (the callback can then setup thread local state as 
needed).

----------
messages: 249501
nosy: harlowja
priority: normal
severity: normal
status: open
title: Allow for providing 'on_new_thread' callback to 
'concurrent.futures.ThreadPoolExecutor'

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24980>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to