TAbstractMtxVecCache::TryEnter Method

bool TryEnter();

Call Enter to enable thread exclusive access.

Remarks:

Internally this has no effect other than it saves the user from allocating his own critical section. The function returns false, if thread exclusive access could not be granted immediately.

Declared in Dew::Math::TAbstractMtxVecCache · Dew.Math/MtxVecBase.h · Cross-compiler