Python, multiple scripts, each with multiple threads running, how can one script determine when threads in other scripts are finished?

前端 未结 0 1589
不知归路
不知归路 2021-01-23 05:45

For example, I have:

Script A
    thread 1
    thread 2

Script B
    thread 1
    thread 2
    thread 3

Say I want thread 3 in script B to wait

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