cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
stop_signal_handler.h File Reference

Definition of StopSignalHandler class. More...

#include <csignal>
#include <memory>
#include <utility>
#include <asio/error_code.hpp>
#include <asio/io_context.hpp>
#include <asio/signal_set.hpp>
#include "msgpack_rpc/logging/logger.h"
Include dependency graph for stop_signal_handler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  msgpack_rpc::servers::StopSignalHandler
 Class to handle Linux signals SIGINT and SIGTERM to stop a server. More...

Namespaces

namespace  msgpack_rpc
 Namespace of cpp-msgpack-rpc library.
namespace  msgpack_rpc::servers
 Namespace of servers.

Detailed Description

Definition of StopSignalHandler class.

Definition in file stop_signal_handler.h.