4. High-Level Concurrency in Python
§4.1.1. Using Queues and Multiprocessing
§4.1.2. Using Futures and Multiprocessing
§4.2.1. Using Queues and Threading
§4.2.2. Using Futures and Threading
§4.3. Case Study: A Concurrent GUI Application
§4.3.2. The ImageScale Worker Module
Interest in concurrent programming has been growing rapidly since the turn of the millennium. This has been accelerated by Java, which has made concurrency much more mainstream; by the near ubiquity of multi-core machines; and by the availability of support for concurrent programming in most modern programming languages. ...
Get Python in Practice: Create Better Programs Using Concurrency, Libraries, and Patterns now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.