__declspec(property(get = GetOnCompute, put = SetOnCompute)) TComputeEvent OnCompute;
The user job to execute (runs on the worker thread).
Read:
TComputeEvent GetOnCompute();Write:
void SetOnCompute(const TComputeEvent &Value);Declared in Dew::Math::TMtxProgressRuntime · Dew.Math/MtxForLoop.h · Cross-compiler