How to close multiprocessing pool inside process?
I am wondering how to make multiprocessing in python (3.11
) with asynchronous calls (not asyncio
lib) and automatically close processes when they are finished?
I am wondering how to make multiprocessing in python (3.11
) with asynchronous calls (not asyncio
lib) and automatically close processes when they are finished?