Class ScopeLock
Scope lock for critical section (mutex). Ensures no other thread can enter scope.
Inheritance
ScopeLock
Assembly: FlaxEngine.dll
File: Engine/Threading/Threading.h
Syntax
public class ScopeLock
Methods
~ScopeLock()
Declaration
public ~ScopeLock()
Returns
|
FORCE_INLINE
|
ScopeLock(const CriticalSection& section)
Declaration
public ScopeLock(const CriticalSection& section)
Parameters
|
CriticalSection
section
|
Returns
|
FORCE_INLINE
|