Does multiprocessing library work with Prefect flows?
✅ 1
k
Kevin Kho
04/28/2021, 1:43 PM
Hi @Kayvan Shah! What are you thinking of doing? Prefect already parallelizes flows with the Dask executor and Dask uses multiprocessing under the hood I believe.