I have the following code excerpt of multiprocessing usage in my python code:
multiprocessing
with Pool(processes=os.cpu_count()) as pool: print(pool)