Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/SpinLock.h |
| Include | #include "Misc/SpinLock.h" |
Syntax
class FSpinLock
Remarks
A mutex that doesn't put the thread into a WAIT state but instead repeatedly tries to aquire the lock. WARNING: Should be used only for very short locks Use with `TScopeLock_