Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Experimental > API/Runtime/Core/Experimental/Async
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Experimental/Async/ConditionVariable.h |
| Include | #include "Experimental/Async/ConditionVariable.h" |
Syntax
class FConditionVariable
Remarks
A one-byte portable condition variable. Gives the same decent performance everywhere.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| constexpr | |||
FConditionVariable
(
const FConditionVariable& |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| FConditionVariable & | operator=
(
const FConditionVariable& |