__declspec(property(get = GetThreadAffinityMode, put = SetThreadAffinityMode)) TThreadAffinityMode ThreadAffinityMode;
Specifies how the threads will be distributed between physical CPU cores.
Read:
TThreadAffinityMode GetThreadAffinityMode();Write:
void SetThreadAffinityMode(const TThreadAffinityMode Value);Declared in Dew::Math::TMtxForLoop · Dew.Math/MtxForLoop.h · Cross-compiler