Skip to content

Commit 53c2462

Browse files
committed
1 parent 70bc12a commit 53c2462

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Demos/Demo36/ParallelPython.dpr

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ begin
109109
WriteLn('Elapsed ms: ' + SW.ElapsedMilliseconds.ToString);
110110
WriteLn;
111111
finally
112+
Sleep(1000); // allow some time for the threads to terminate
112113
DestroyEngine;
113114
end;
114115
except

0 commit comments

Comments
 (0)