example-code-2e/20-futures-py3.7
2020-02-19 22:13:46 -03:00
..
countries reorganizing asyncio examples 2020-02-19 22:13:46 -03:00
demo_executor_map.py reorganizing asyncio examples 2020-02-19 22:13:46 -03:00
README.rst reorganizing asyncio examples 2020-02-19 22:13:46 -03:00

Updated sample code for Chapter 17 - "Concurrency with futures"

From the book "Fluent Python" by Luciano Ramalho (O'Reilly, 2015)
http://shop.oreilly.com/product/0636920032519.do

  This directory contains code updated to run with Python 3.7 and
  **aiohttp** 3.5.   When the first edition of "Fluent Python" was
  written, the **asyncio** package was provisional, and the latest
  version of **aiohttp** was 0.13.1. The API for both packages had
  significant breaking changes.