This is the source code for book "Grokking Concurrency" by Kirill Bobrov published by Manning Inc. The official page for this book can be found here: Grokking Concurrency by Kirill Bobrov
All the code examples have been tested with Python 3.9 on MacOS(12.0.1) and Linux Ubuntu(16.04). No additional libraries necessary.
NOTE: This code is not production ready and adapted to the non-Python devs so please be patient with not fully pythonic code.
To install Python 3.9 please follow instructions from https://www.python.org/downloads/.
To run a program from the terminal:
python <program to run>