Basic aggregator interface. More...
#include <aggregator.h>
Public Member Functions | |
| template<typename Body > | |
| void | execute (const Body &b) |
| BASIC INTERFACE: Enter a function for exclusvie execution by the aggregator. | |
Basic aggregator interface.
| void tbb::interface6::aggregator::execute | ( | const Body & | b | ) | [inline] |
BASIC INTERFACE: Enter a function for exclusvie execution by the aggregator.
The calling thread stores the function object in a basic_operation and places the operation in the aggregator's mailbox
References tbb::interface6::aggregator_ext< internal::basic_handler >::execute_impl().