Beatmup
custom_pipeline.h File Reference
#include "../parallelism.h"
#include "../exception.h"
#include <vector>
#include <mutex>

Go to the source code of this file.

Classes

class  Beatmup::CustomPipeline
 Custom pipeline: a sequence of tasks to be executed as a whole. More...
 
class  Beatmup::CustomPipeline::TaskHolder
 A task within a pipeline. More...
 
class  Beatmup::CustomPipeline::PipelineNotReady
 
class  Beatmup::TaskRouter
 Interface managing the execution of a sequence of tasks. More...
 

Namespaces

 Beatmup
 

Functions

bool Beatmup::operator== (const CustomPipeline::TaskHolder &, const CustomPipeline::TaskHolder &)