Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/RecursiveMutex.h |
| Include | #include "Async/RecursiveMutex.h" |
Syntax
class FRecursiveMutex
Remarks
An eight-byte mutex that is not fair and supports recursive locking.
Prefer FMutex when recursive locking is not required.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| constexpr | |||
FRecursiveMutex
(
const FRecursiveMutex& |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRecursiveMutex & | operator=
(
const FRecursiveMutex& |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FState |