#include <atomic>
#include <concepts>
#include <functional>
#include <future>
#include <memory>
#include <mutex>
#include <string>
#include <string_view>
#include <type_traits>
#include <vector>
#include <asio.hpp>
#include "kcenon/network/detail/config/feature_flags.h"
#include "kcenon/network/policy/tls_policy.h"
#include "kcenon/network/detail/protocol/protocol_tags.h"
#include "internal/core/callback_indices.h"
#include "kcenon/network/detail/utils/callback_manager.h"
#include "kcenon/network/detail/utils/result_types.h"
#include "kcenon/network/detail/utils/lifecycle_manager.h"
#include "unified_messaging_server.inl"
Go to the source code of this file.
◆ KCENON_NETWORK_INTERNAL_CORE_UNIFIED_MESSAGING_SERVER_H_
| #define KCENON_NETWORK_INTERNAL_CORE_UNIFIED_MESSAGING_SERVER_H_ |