Run two python function in parallel does not produce result

前端 未结 0 1630
野趣味
野趣味 2021-01-15 09:05

I have two python function which I want to run in parallel. I don\'t want sub_task function to wait for main_task function.

from threading import Thread
from          


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