[Python-ideas] Concurrency Modules

Nick Coghlan ncoghlan at gmail.com
Sun Jul 26 16:30:38 CEST 2015


On 27 July 2015 at 00:28, Nick Coghlan <ncoghlan at gmail.com> wrote:
> On 26 July 2015 at 21:44, Sven R. Kunze <srkunze at mail.de> wrote:
>> If I read the documentation of
>> https://docs.python.org/2/library/multiprocessing.html#module-multiprocessing.pool
>> for instance, I do not see a way to specify my choice.
>
> The Python 2.7 multiprocessing module API is ~5 years old at this
> point, Andrew's referring to the API in Python 3.4+:
> https://docs.python.org/2/library/multiprocessing.html#module-multiprocessing.pool

It would help if I actually replaced the link with the one I intended
to provide...: https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-ideas mailing list