Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Experimental > API/Runtime/Core/Experimental/Async > API/Runtime/Core/Experimental/Async/TAwaitableTask
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Experimental/Async/AwaitableTask.h |
| Include | #include "Experimental/Async/AwaitableTask.h" |
void BusyWaitUntilLaunched&40;&41; const
Remarks
Busy wait until the Task is launched from another Thread, this can be useful if we want to build chained tasks. So that we can wait until the first task launched it, otherwise if we would Await the task directly it might be executed immediately and before the first task completes.