On Thu, May 26, 2016 at 7:11 PM, Marko Rauhamaa <ma...@pacujo.net> wrote:
> Python didn't come out unscathed, either. Multithreading is being
> replaced with asyncio

Incorrect. Threading is still important - it's not being replaced.
Asynchronous code support is being added to an existing pool of
multiprocessing techniques, so you can now use preemptive processes or
threads, or cooperative asyncio, depending on what you need.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to