...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::log::sinks::asynchronous_sink::run_func — Function object to run the log record feeding thread.
// In header: <boost/log/sinks/async_frontend.hpp> // Function object to run the log record feeding thread. class run_func { public: // types typedef void result_type; // construct/copy/destruct explicit run_func(asynchronous_sink *) noexcept; // public member functions result_type operator()() const; };