mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 12:40:22 +02:00
Examples: Multithread, reduce CPU. Issue #0036904 Patch by Vojtech Cihak
git-svn-id: trunk@62953 -
This commit is contained in:
parent
a98fa8cbba
commit
43787906ea
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user