snark
|
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 |
run a tbb pipeline with bursty data using bursty_reader
bursty_pipeline | ( | unsigned int | numThread = 0 | ) |
constructor
numThread | maximum number of threads, 0 means auto |