Classes | |
class | concurrent_queue |
A high-performance thread-safe non-blocking concurrent queue. More... | |
template<typename Index, typename Function> | |
Function | parallel_for (Index first, Index last, Index step, Function f) |
Parallel iteration over a range of integers with a step provided. | |
template<typename Index, typename Function> | |
Function | parallel_for (Index first, Index last, Index step, Function f, tbb::task_group_context &context) |