Run Python Multiprocessing of same function with multiple parameters

前端 未结 0 787
不思量自难忘°
不思量自难忘° 2021-02-04 01:32

I have a function say:

 Fun1(a,b):
   return a*b

I want to call Fun1, multiple times with different values of a and b. Need to use multiprocessin

相关标签:
回答
  • 消灭零回复
提交回复
热议问题