Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
lifecycle_manager.h File Reference

Component lifecycle management (start, stop, restart). More...

#include <atomic>
#include <future>
#include <optional>
Include dependency graph for lifecycle_manager.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.