TMtxForLoop::WaitForProcessingFinish Method

void WaitForProcessingFinish(bool ProcessMessages = false);

Blocking which will not return until all threads have done processing and are running idle.

#NameTypeDescription
1ProcessMessages = falsebool
Remarks:

If ProcessMessages is true, the main thread will not be blocked. However, the recommended method to allow monitoring of the progress of the computation is not to call Start from the main thread. Use a separate thread for that purpose. See example below.

Declared in Dew::Math::TMtxForLoop · Dew.Math/MtxForLoop.h · Cross-compiler