Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-spd
Commits
c5af9964
Commit
c5af9964
authored
Apr 14, 2025
by
liguangyu06
Browse files
增加多线程
parent
3c9cecbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/b2_herp3_bs/生成结算数据低值.air/生成结算数据低值.py
View file @
c5af9964
...
...
@@ -116,7 +116,7 @@ def c_pur():
# 创建多线程
threads
=
[]
for
_
in
range
(
1
):
for
_
in
range
(
5
):
t
=
threading
.
Thread
(
target
=
c_pur
)
threads
.
append
(
t
)
t
.
start
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment