[issue17140] Provide a more obvious public ThreadPool API

Nick Coghlan report at bugs.python.org
Tue May 21 13:16:06 CEST 2013


Nick Coghlan added the comment:

Thread Pools can be handy when you want to do explicit message passing, rather than the call-and-response model favoured by the futures module.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17140>
_______________________________________


More information about the Python-bugs-list mailing list