How to apply multiprocessing to a function that has two return type values?

后端 未结 0 1759
天涯浪人
天涯浪人 2020-12-08 18:20

Please find the sample code below and I want to apply multiprocessing to my function that returns two values.

def bestref(ts):
    .....
    .....

    return         


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