[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The class implementation for a overwrite buffer. Overwrite buffer is a multi-target, multi-source, ordered propagator
template<
class _Type
>
class overwrite_buffer : public propagator_block<multi_link_registry<ITarget<_Type>>, multi_link_registry<ISource<_Type>>>;
- _Type
Public Constructors
Public Methods
Protected Methods
For more information, see Asynchronous Message Blocks.
ISource<typename _TargetLinkRegistry::type::type>
source_block<_TargetLinkRegistry, _MessageProcessorType>
ITarget<typename _SourceLinkRegistry::type::source_type>
propagator_block<multi_link_registry<ITarget<_Type>>, multi_link_registry<ISource<_Type>>>
Concurrency::overwrite_buffer<_Type>
Header: agents.h
Reference