Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
172 views
in Technique[技术] by (71.8m points)

javascript - My question is on opening two for loop on mutli-thread

How the folllowing for-loop will be applied to mutli-thread?

for (int i = 0; i < 5; i++) cout << i

for (int j = 5; j < 10; j++) cout << j

Will I use classes to open it?

question from:https://stackoverflow.com/questions/65670789/my-question-is-on-opening-two-for-loop-on-mutli-thread

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...