Is it possible to multiprocess a function that returns something in Python?

前端 未结 6 1426
轻奢々
轻奢々 2020-12-03 02:54

In Python I have seen many examples where multiprocessing is called but the target just prints something. I have a scenario where the target returns 2 variables, which I nee

6条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-03 03:28

    Here is an example of multi-process search for huge files.

提交回复
热议问题