This repository aims to provide examples and links of using multiprocess and multithread to the code process.
Multiprocess would create overheads of worker-manager. Therefore, it is often used when serialise process takes a lot of time such that overheads are insignificant.
Python Documentation: https://docs.python.org/3/library/multiprocessing.html