Examples: Multithread, reduce CPU. Issue #0036904 Patch by Vojtech Cihak

git-svn-id: trunk@62953 -
This commit is contained in:
martin 2020-04-12 23:53:13 +00:00
parent a98fa8cbba
commit 43787906ea

View File

@ -103,6 +103,7 @@ begin
fStatusText := newStatus;
Synchronize(@Showstatus);
end;
sleep(50); // alternatively the thread may wait for an event. E.g., external I/O
end;
end;