Navigation
API > API/Runtime > API/Runtime/EventLoop
| Name | IIOManager |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/Experimental/EventLoop/Public/EventLoop/IEventLoopIOManager.h |
| Include Path | #include "EventLoop/IEventLoopIOManager.h" |
Syntax
class IIOManager : public FNoncopyable
Inheritance Hierarchy
- FNoncopyable → IIOManager
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IIOManager() |
IIOManager(IEventLoop& EventLoop, FParams&& Params); | EventLoop/IEventLoopIOManager.h |
Structs
| Name | Remarks |
|---|---|
| FParams | Parameters for starting an IO manager. |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Init() |
Initialize the IO manager. Called from within IEventLoop::Init. | EventLoop/IEventLoopIOManager.h | |
void Notify () |
Notify the IO manager to interrupt a waiting call to Poll. | EventLoop/IEventLoopIOManager.h | |
void Poll
(
FTimespan WaitTime |
Poll the request manager for activity. | EventLoop/IEventLoopIOManager.h | |
void Shutdown () |
Cleanup any resources and prepare for shutdown. | EventLoop/IEventLoopIOManager.h |