Navigation
API > API/Runtime > API/Runtime/EventLoop > API/Runtime/EventLoop/IEventLoop
Description
Run the event loop until shutdown is called. The event loop will wake up when a timer needs to run or an async task has been posted.
NOT thread safe.
Derived Overrides
| Name | Run |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/Experimental/EventLoop/Public/EventLoop/IEventLoop.h |
| Include Path | #include "EventLoop/IEventLoop.h" |
void Run()