- threading
- multiprocessing
- https://docs.python.org/3/library/threading.html
- https://docs.python.org/3/library/queue.html
- Raymond Hettinger, Thinking about Concurrency, PyCon Russia, 2016
- Raymond Hettinger, Keynote on Concurrency, PyBay 2017
1-2. Решить классические задачи используя Thread, Lock, Queue: