Skip to content

Commit 381c7de

Browse files
committed
1.多线程&时间操作e
1 parent 190b63b commit 381c7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com/newtest/02-高级编程/高级编程_多线程_Demo4_线程优先级队列.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ def process_data(threadName, q):
6262
# 等待所有线程完成
6363
for t in threads:
6464
t.join()
65-
print("退出主线程")
65+
print("退出主线程111")

0 commit comments

Comments
 (0)