Bitcoin Core  22.99.0
P2P Digital Currency
Namespaces | Functions
handler.cpp File Reference
#include <interfaces/handler.h>
#include <boost/signals2/connection.hpp>
#include <utility>
Include dependency graph for handler.cpp:

Go to the source code of this file.

Namespaces

 interfaces
 

Functions

std::unique_ptr< Handler > interfaces::MakeHandler (boost::signals2::connection connection)
 Return handler wrapping a boost signal connection. More...
 
std::unique_ptr< Handler > interfaces::MakeHandler (std::function< void()> cleanup)
 Return handler wrapping a cleanup function. More...
 

Variable Documentation

◆ m_cleanup

std::function<void()> m_cleanup

Definition at line 30 of file handler.cpp.

◆ m_connection

boost::signals2::scoped_connection m_connection

Definition at line 21 of file handler.cpp.