Mastering-Python-2e-code_2/CH_14_multithreading_and_multiprocessing
2022-05-05 18:25:55 +02:00
..

Chapter 13, Multiprocessing
##############################################################################

| When a Single CPU Core is not Enough the multiprocessing library can be used to execute your code not just on multiple processors but even on multiple machines.