标签: python queue python-multithreading
我想在Python中跨多个线程共享多个变量。
我知道queue被认为是在线程之间共享变量的最佳方式。在此之后,我将需要为每个变量单独queue。有没有比这更好的方法来跨多个线程共享多个变量?
queue
提前致谢..