Choose your operating system:
Windows
macOS
Linux
| IQueuedWork
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Async/Async.h |
Include |
#include "Async/Async.h" |
template<typename ResultType>
class TAsyncQueuedWork : public IQueuedWork
Template for asynchronous functions that are executed in the queued thread pool.
Name | Description | |
---|---|---|
|
TAsyncQueuedWork ( |
Creates and initializes a new instance. |
Name | Description | ||
---|---|---|---|
|
Abandon() |
Tells the queued work that it is being abandoned so that it can do per object clean up as needed. |
|
|
DoThreadedWork() |
This is where the real thread work is done. |