|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Component lifecycle management (start, stop, restart). More...
#include <atomic>#include <future>#include <optional>

Go to the source code of this file.
Classes | |
| class | kcenon::network::utils::lifecycle_manager |
| Thread-safe lifecycle state management for network components. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::utils |
| Utility components for network_system. | |
Component lifecycle management (start, stop, restart).
Thread-safe lifecycle state management for network components.
Encapsulates running-state tracking and stop synchronization logic shared across client and server implementations.
Definition in file lifecycle_manager.h.