Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit 86319a8e16.
PrevUpHomeNext

Struct concurrent_feeding

boost::log::sinks::concurrent_feeding

Synopsis

// In header: <boost/log/sinks/frontend_requirements.hpp>


struct concurrent_feeding : public synchronized_feeding {
};

Description

The sink backend ensures all needed synchronization, it is capable to handle multithreaded calls


PrevUpHomeNext