Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::sinks::synchronized_feeding Struct Reference

The sink backend expects pre-synchronized calls, all needed synchronization is implemented in the frontend (IOW, only one thread is feeding records to the backend concurrently, but it is possible for several threads to write sequentially). More...

#include <frontend_requirements.hpp>

Inheritance diagram for boost::sinks::synchronized_feeding:

Detailed Description

The sink backend expects pre-synchronized calls, all needed synchronization is implemented in the frontend (IOW, only one thread is feeding records to the backend concurrently, but it is possible for several threads to write sequentially).

Note that if a frontend supports synchronized record feeding, it will also report capable of concurrent record feeding.


The documentation for this struct was generated from the following file: