example-code-2e/18-asyncio-py3.7
2019-01-23 20:45:59 -02:00
..
charfinder updated some examples from ch. 17 e 18 to Python 3.7 2019-01-23 15:04:03 -02:00
countries updated some examples from ch. 17 e 18 to Python 3.7 2019-01-23 15:04:03 -02:00
countdown.py updated more ch. 18 examples to Python 3.7 2019-01-23 20:45:59 -02:00
README.rst updated some examples from ch. 17 e 18 to Python 3.7 2019-01-23 15:04:03 -02:00
spinner_asyncio.py updated more ch. 18 examples to Python 3.7 2019-01-23 20:45:59 -02:00
spinner_thread.py updated more ch. 18 examples to Python 3.7 2019-01-23 20:45:59 -02:00

Refactored sample code for Chapter 18 - "Concurrency with asyncio"

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

##################################################################
NOTE: this "18b" directory contains the examples of chapter 18
rewritten using the new async/await syntax available in Python 3.5
ONLY, instead of the "yield-from" syntax which works since Python
3.3 (and will still work with Python 3.5).
##################################################################