Navigation
API > API/Runtime > API/Runtime/EventLoop > API/Runtime/EventLoop/IEventLoop
Description
Signals a shutdown request to the event loop. May be signaled from any thread. Once Shutdown has been called, continue calling Poll until Invalidates the timer handle as it should no longer be used.
Thread safe.
Derived Overrides
| Name | RequestShutdown |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/Experimental/EventLoop/Public/EventLoop/IEventLoop.h |
| Include Path | #include "EventLoop/IEventLoop.h" |
void RequestShutdown
(
FOnShutdownComplete && OnShutdownComplete
)