Navigation
API > API/Runtime > API/Runtime/EventLoop > API/Runtime/EventLoop/TEventLoop
Description
Post a task to be run by the event loop. Queues the task to be run and signals the event loop to wake.
Thread safe.
Virtual Inheritance
- IEventLoop::PostAsyncTask → TEventLoop::PostAsyncTask
| Name | PostAsyncTask |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/Experimental/EventLoop/Public/EventLoop/EventLoop.h |
| Include Path | #include "EventLoop/EventLoop.h" |
virtual void PostAsyncTask
(
FAsyncTask && Task
)
Parameters
| Name | Remarks |
|---|---|
| Task | The task to be run. |