Navigation
API > API/Runtime > API/Runtime/EventLoop > API/Runtime/EventLoop/IEventLoop
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.
Derived Overrides
| Name | PostAsyncTask |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/Experimental/EventLoop/Public/EventLoop/IEventLoop.h |
| Include Path | #include "EventLoop/IEventLoop.h" |
void PostAsyncTask
(
FAsyncTask && Task
)
Parameters
| Name | Remarks |
|---|---|
| Task | The task to be run. |