Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/ParkingLot.h |
| Include | #include "Async/ParkingLot.h" |
namespace UE
{
namespace ParkingLot
{
template<typename OnWakeStateType>
void UE&58;&58;ParkingLot&58;&58;WakeOne
&40;
const void &42; Address,
OnWakeStateType && OnWakeState
&41;
}
}
Remarks
Wake one thread from the queue of threads waiting on the address.
Parameters
| Name | Description |
|---|---|
| Address | Address to use as the key for the queue. Must match the address used in Wait. |
| OnWakeState | Function called while the queue is locked. Receives the wake state. Returns WakeToken. |