We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190b63b commit 381c7deCopy full SHA for 381c7de
com/newtest/02-高级编程/高级编程_多线程_Demo4_线程优先级队列.py
@@ -62,4 +62,4 @@ def process_data(threadName, q):
62
# 等待所有线程完成
63
for t in threads:
64
t.join()
65
-print("退出主线程")
+print("退出主线程111")
0 commit comments