![]() |
Kurlyk
|
Automatically registers and manages network task managers. More...
#include <AutoInitializer.hpp>
Public Member Functions | |
AutoInitializer () | |
Constructs and registers all available managers. | |
~AutoInitializer () | |
Shuts down the NetworkWorker before program termination. | |
Automatically registers and manages network task managers.
This class ensures that managers like HttpRequestManager and WebSocketManager are registered to the NetworkWorker during construction, and properly shut down in reverse order during destruction.
Definition at line 16 of file AutoInitializer.hpp.
|
inline |
Constructs and registers all available managers.
Definition at line 19 of file AutoInitializer.hpp.
|
inline |
Shuts down the NetworkWorker before program termination.
Definition at line 33 of file AutoInitializer.hpp.