Generic type used as a callback function for handling signals. More...
#include <types.hpp>
Public Types | |
typedef std::function< bool(PeerID peerID, std::shared_ptr < ReceivedDataType > &data)> | type |
Generic type used as a callback function for handling signals.
ReceivedDataType | type of received data |
typedef std::function<bool(PeerID peerID, std::shared_ptr<ReceivedDataType>& data)> cargo::ipc::SignalHandler< ReceivedDataType >::type |