snark
Public Member Functions | List of all members
bursty_pipeline< T > Class Template Reference

run a tbb pipeline with bursty data using bursty_reader More...

#include <bursty_pipeline.h>

Public Member Functions

 bursty_pipeline (unsigned int numThread=0)
void run (bursty_reader< T > &reader, const ::tbb::filter_t< T, void > &filter)
 run the pipeline until the reader stops and the queue is empty
void run_once (bursty_reader< T > &reader, const ::tbb::filter_t< T, void > &filter)
 run the pipeline once

Detailed Description

template<typename T>
class snark::tbb::bursty_pipeline< T >

run a tbb pipeline with bursty data using bursty_reader

Constructor & Destructor Documentation

bursty_pipeline ( unsigned int  numThread = 0)

constructor

Parameters
numThreadmaximum number of threads, 0 means auto

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