Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
utils.h
Go to the documentation of this file.
1// BSD 3-Clause License
2// Copyright (c) 2024, 🍀☀🌕🌥 🌊
3// See the LICENSE file in the project root for full license information.
4
5#pragma once
6
41// Core utilities (from detail directory)
43
44// Lifecycle management (from detail directory)
47
48// Callback management (from detail directory)
50
Thread-safe callback registration and invocation manager.
Component lifecycle management (start, stop, restart).
Public header for Result<T> error handling types.
Base class for components with start/stop lifecycle.