How to synchronize between displaying the processor and running the loops in Delphi Parallel.For?

后端 未结 0 1329
被撕碎了的回忆
被撕碎了的回忆 2020-12-19 15:00

I have a Parallel.For in My program as follows :

procedure TForm1.Button1Click(Sender: TObject);
var
n,m:integer;
handle: THandle;
begin
//BeforeTest;
Progres         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题