Navigation
API > API/Runtime > API/Runtime/Core
Copyright (C) 2016 Dmitry Vyukov [email protected]
This Source Code Form is subject to the terms of the Mozilla Public License v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. This implementation is based on EventCount.h included in the Eigen library but almost everything has been rewritten.
| Name | LowLevelTasks::Private::EWaitState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Fundamental/WaitingQueue.h |
| Include Path | #include "Async/Fundamental/WaitingQueue.h" |
Syntax
namespace LowLevelTasks
{
namespace Private
{
enum EWaitState
{
NotSignaled = 0,
Waiting,
Signaled,
}
}
}
Values
| Name | Remarks |
|---|---|
| NotSignaled | |
| Waiting | |
| Signaled |