Added example answers for chapters 13 and 14 to fix #1

This commit is contained in:
Rick van Hattem
2022-08-31 20:49:02 +02:00
parent 1c106d776c
commit 82cf71ed1c
20 changed files with 690 additions and 0 deletions
@@ -0,0 +1,5 @@
# Create a pool of workers that keeps waiting for items to be
# queued through `multiprocessing.Queue()`.
# Please refer to exercise_04/multiprocessing_solution_00.py for
# the solution to the exercise as it already uses this technique.