BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
libraries
fc
include
fc
interprocess
signals.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <functional>
3
#include <boost/asio/signal_set.hpp>
4
5
namespace
fc
6
{
10
std::shared_ptr<boost::asio::signal_set>
set_signal_handler
( std::function<
void
(
int
)> handler,
int
signal_num );
11
}
fc::set_signal_handler
std::shared_ptr< boost::asio::signal_set > set_signal_handler(std::function< void(int)> handler, int signal_num)
Definition:
signals.cpp:6
fc
Definition:
api.hpp:15
Generated on Fri Dec 15 2023 06:12:42 for BitShares-Core by
1.8.17