BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Namespaces | Typedefs | Functions
signals.hpp File Reference
#include <boost/signals2/signal.hpp>
#include <fc/thread/future.hpp>
#include <fc/thread/thread.hpp>

Go to the source code of this file.

Namespaces

 fc
 

Typedefs

template<typename T >
using fc::signal = boost::signals2::signal< T >
 
using fc::scoped_connection = boost::signals2::scoped_connection
 

Functions

template<typename T >
fc::wait (boost::signals2::signal< void(T)> &sig, const microseconds &timeout_us=microseconds::maximum())
 
void fc::wait (boost::signals2::signal< void()> &sig, const microseconds &timeout_us=microseconds::maximum())